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

Unified Diff: components/html_viewer/web_preferences.cc

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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/html_viewer/web_preferences.h ('k') | components/html_viewer/web_socket_handle_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/web_preferences.cc
diff --git a/components/html_viewer/web_preferences.cc b/components/html_viewer/web_preferences.cc
index 5c984c607b0c235cd4eed61ee48fafb78f9b81b3..3f57ed297e47a8834f32b7d54764dfb6ffa77b53 100644
--- a/components/html_viewer/web_preferences.cc
+++ b/components/html_viewer/web_preferences.cc
@@ -4,9 +4,9 @@
#include "components/html_viewer/web_preferences.h"
-#include "base/basictypes.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
+#include "build/build_config.h"
#include "third_party/WebKit/public/web/WebSettings.h"
#include "third_party/icu/source/common/unicode/uchar.h"
« no previous file with comments | « components/html_viewer/web_preferences.h ('k') | components/html_viewer/web_socket_handle_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698