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

Unified Diff: chrome/common/pref_names.cc

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/common/pepper_flash.cc ('k') | chrome/common/pref_names_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 87e843ff907749bcffa874f2fa324b508f892c90..3e5d7ce2f9f25aa7b63d6018b784b848595a28d7 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -4,7 +4,8 @@
#include "chrome/common/pref_names.h"
-#include "base/basictypes.h"
+#include "base/macros.h"
+#include "build/build_config.h"
#include "chrome/common/pref_font_webkit_names.h"
namespace prefs {
« no previous file with comments | « chrome/common/pepper_flash.cc ('k') | chrome/common/pref_names_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698