| 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 771208f620f62709f5086620dc01f66d64308469..34bf3043032688871ed9ab204893bd3fd1e9c2a1 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service.cc
|
| @@ -20,7 +20,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "base/prefs/json_pref_store.h"
|
| #include "base/profiler/scoped_tracker.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/string16.h"
|
| @@ -35,6 +34,7 @@
|
| #include "components/invalidation/impl/invalidation_prefs.h"
|
| #include "components/invalidation/public/invalidation_service.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| +#include "components/prefs/json_pref_store.h"
|
| #include "components/signin/core/browser/about_signin_internals.h"
|
| #include "components/signin/core/browser/profile_oauth2_token_service.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
|
|