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

Unified Diff: content/child/notifications/notification_dispatcher.h

Issue 1544273002: Switch to standard integer types in content/. (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
Index: content/child/notifications/notification_dispatcher.h
diff --git a/content/child/notifications/notification_dispatcher.h b/content/child/notifications/notification_dispatcher.h
index 297f38b6b28ed96c095686a40eb7012ae2dd741a..2df766126e7643256148b9483fc1ae804f4c9a1a 100644
--- a/content/child/notifications/notification_dispatcher.h
+++ b/content/child/notifications/notification_dispatcher.h
@@ -7,6 +7,7 @@
#include <map>
+#include "base/macros.h"
#include "base/synchronization/lock.h"
#include "content/child/worker_thread_message_filter.h"

Powered by Google App Engine
This is Rietveld 408576698