| 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"
|
|
|