commit | 5cb1f549d544e2b1bd5ee43eca5bc8b6bdc3b67e | [log] [tgz] |
---|---|---|
author | sorin <[email protected]> | Tue Sep 23 04:07:44 2014 |
committer | Commit bot <[email protected]> | Tue Sep 23 04:07:57 2014 |
tree | 2b2163914c2685f1a8eed51339e60924f2fbed6c | |
parent | f0dff6945e8a5ec762b95b0f341fed629c1f63ff [diff] [blame] |
Replace usage of basictypes.h with a combination of stdint.h and base/macros.h. Fix some style issues regarding order of includes and forward declararions. BUG=416623 Review URL: https://codereview.chromium.org/590333002 Cr-Commit-Position: refs/heads/master@{#296139}
diff --git a/components/component_updater/update_response.h b/components/component_updater/update_response.h index 47f79d9..c264696b 100644 --- a/components/component_updater/update_response.h +++ b/components/component_updater/update_response.h
@@ -7,7 +7,8 @@ #include <string> #include <vector> -#include "base/basictypes.h" + +#include "base/macros.h" #include "url/gurl.h" namespace component_updater {