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

Unified Diff: extensions/browser/event_router.cc

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.h ('k') | extensions/browser/event_router_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/event_router.cc
diff --git a/extensions/browser/event_router.cc b/extensions/browser/event_router.cc
index 801923b6a1868186c04f56dd361828bac310c1c1..c16a0d5534cd1828c70d7ac0a0ff237ef70c5493 100644
--- a/extensions/browser/event_router.cc
+++ b/extensions/browser/event_router.cc
@@ -4,6 +4,8 @@
#include "extensions/browser/event_router.h"
+#include <stddef.h>
+
#include <tuple>
#include <utility>
« no previous file with comments | « extensions/browser/event_router.h ('k') | extensions/browser/event_router_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698