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

Unified Diff: content/renderer/memory_benchmarking_extension.cc

Issue 1547073003: Switch to standard integer types in content/renderer/. (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 | « content/renderer/memory_benchmarking_extension.h ('k') | content/renderer/menu_item_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/memory_benchmarking_extension.cc
diff --git a/content/renderer/memory_benchmarking_extension.cc b/content/renderer/memory_benchmarking_extension.cc
index 391dcf77af48ef146588be6274e21369d6267b1a..be554c34dfe61ea8751e9e8c05c4c29e2bd2d410 100644
--- a/content/renderer/memory_benchmarking_extension.cc
+++ b/content/renderer/memory_benchmarking_extension.cc
@@ -4,6 +4,7 @@
#include "content/renderer/memory_benchmarking_extension.h"
+#include "build/build_config.h"
#include "content/common/memory_benchmark_messages.h"
#include "content/public/renderer/chrome_object_extensions_utils.h"
#include "content/renderer/render_thread_impl.h"
« no previous file with comments | « content/renderer/memory_benchmarking_extension.h ('k') | content/renderer/menu_item_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698