| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index f41d09bcbaf7566bfeba9dc7b2c14f862d4187b9..35f64bc3aa43a4e2bd44455ebe8cb7eb32900669 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "chrome/browser/profiles/profile_impl.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/bind.h"
|
| @@ -28,6 +30,7 @@
|
| #include "base/threading/thread_restrictions.h"
|
| #include "base/trace_event/trace_event.h"
|
| #include "base/version.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/browser/background/background_contents_service_factory.h"
|
| #include "chrome/browser/background_sync/background_sync_controller_factory.h"
|
| #include "chrome/browser/background_sync/background_sync_controller_impl.h"
|
|
|