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

Unified Diff: components/web_resource/notification_promo.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (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: components/web_resource/notification_promo.cc
diff --git a/components/web_resource/notification_promo.cc b/components/web_resource/notification_promo.cc
index 73e7d4b98a4866da35bd1c2ac7a2f9dbcc76a38d..f0e9e71f76517a05ba42a59ea474145229f94bab 100644
--- a/components/web_resource/notification_promo.cc
+++ b/components/web_resource/notification_promo.cc
@@ -4,10 +4,13 @@
#include "components/web_resource/notification_promo.h"
+#include <stddef.h>
+
#include <cmath>
#include <vector>
#include "base/bind.h"
+#include "base/macros.h"
#include "base/prefs/pref_registry_simple.h"
#include "base/prefs/pref_service.h"
#include "base/rand_util.h"
@@ -17,6 +20,7 @@
#include "base/threading/thread_restrictions.h"
#include "base/time/time.h"
#include "base/values.h"
+#include "build/build_config.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/version_info/version_info.h"
#include "components/web_resource/promo_resource_service.h"
« no previous file with comments | « components/web_resource/notification_promo.h ('k') | components/web_resource/notification_promo_mobile_ntp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698