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

Unified Diff: extensions/browser/event_router_factory.h

Issue 1549643002: Switch to standard integer types in extensions/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
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 | « extensions/browser/event_router.cc ('k') | extensions/browser/event_router_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/event_router_factory.h
diff --git a/extensions/browser/event_router_factory.h b/extensions/browser/event_router_factory.h
index 49720ca8dacf88e66943b6f6945ba57f841c2471..e4747131318c9c20d6117836e22b3de1af34b7a5 100644
--- a/extensions/browser/event_router_factory.h
+++ b/extensions/browser/event_router_factory.h
@@ -5,6 +5,7 @@
#ifndef EXTENSIONS_BROWSER_EVENT_ROUTER_FACTORY_H_
#define EXTENSIONS_BROWSER_EVENT_ROUTER_FACTORY_H_
+#include "base/macros.h"
#include "base/memory/singleton.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
« no previous file with comments | « extensions/browser/event_router.cc ('k') | extensions/browser/event_router_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698