Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1305)

Unified Diff: components/proxy_config/proxy_prefs.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/proxy_config/proxy_config_dictionary.cc ('k') | components/query_parser/query_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config/proxy_prefs.cc
diff --git a/components/proxy_config/proxy_prefs.cc b/components/proxy_config/proxy_prefs.cc
index 215a45132b3ff13b550939155fe63862aec945f2..bd5e6a6179e0f0e2c0eed01964695cc83cf5c6d0 100644
--- a/components/proxy_config/proxy_prefs.cc
+++ b/components/proxy_config/proxy_prefs.cc
@@ -4,8 +4,8 @@
#include "components/proxy_config/proxy_prefs.h"
-#include "base/basictypes.h"
#include "base/logging.h"
+#include "base/macros.h"
namespace ProxyPrefs {
« no previous file with comments | « components/proxy_config/proxy_config_dictionary.cc ('k') | components/query_parser/query_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698