| Index: components/browser_sync/browser/profile_sync_service.cc
|
| diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
|
| index 5316c4f93727a5a1901359965dd848ab2ac94a8c..312d6173e2655548ad9762fe5ec54c4823bf3c55 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service.cc
|
| @@ -4,11 +4,12 @@
|
|
|
| #include "components/browser_sync/browser/profile_sync_service.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <cstddef>
|
| #include <map>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/callback.h"
|
| @@ -16,6 +17,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/prefs/json_pref_store.h"
|
|
|