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

Unified Diff: components/power/origin_power_map.h

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/plugins/renderer/webview_plugin.cc ('k') | components/power/origin_power_map_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/power/origin_power_map.h
diff --git a/components/power/origin_power_map.h b/components/power/origin_power_map.h
index 7592a2b56673084d0a2babd00e725a28bf42c716..037f71714471a7c95f207a31de119fa734dfff1b 100644
--- a/components/power/origin_power_map.h
+++ b/components/power/origin_power_map.h
@@ -8,6 +8,7 @@
#include <map>
#include "base/callback_list.h"
+#include "base/macros.h"
#include "components/keyed_service/core/keyed_service.h"
#include "url/gurl.h"
« no previous file with comments | « components/plugins/renderer/webview_plugin.cc ('k') | components/power/origin_power_map_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698