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

Unified Diff: chrome/browser/resources_util.cc

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 of 4. (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/browser/resources_util.h ('k') | chrome/browser/resources_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources_util.cc
diff --git a/chrome/browser/resources_util.cc b/chrome/browser/resources_util.cc
index 5d78f77e40b8e2fe9bc80730d1f5bdff221cc351..0f14d514a1b92664f1bc8e5e4ffe18b7d6e45f5f 100644
--- a/chrome/browser/resources_util.cc
+++ b/chrome/browser/resources_util.cc
@@ -4,10 +4,13 @@
#include "chrome/browser/resources_util.h"
+#include <stddef.h>
+
#include <utility>
#include "base/containers/hash_tables.h"
#include "base/lazy_instance.h"
+#include "build/build_config.h"
#include "grit/components_scaled_resources_map.h"
#include "grit/theme_resources_map.h"
#include "grit/ui_resources_map.h"
« no previous file with comments | « chrome/browser/resources_util.h ('k') | chrome/browser/resources_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698