| Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| index 90a7711fa79b4b2b71a5c04004257d7b9203cd4f..34235af4b0008075d0f4e3e0125aecd96e947a2e 100644
|
| --- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| @@ -22,7 +22,6 @@
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/time/time.h"
|
| #include "chrome/browser/autofill/personal_data_manager_factory.h"
|
| -#include "chrome/browser/prefs/pref_service_syncable.h"
|
| #include "chrome/browser/signin/account_tracker_service_factory.h"
|
| #include "chrome/browser/signin/fake_profile_oauth2_token_service_builder.h"
|
| #include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
|
| @@ -51,6 +50,7 @@
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "components/sync_driver/data_type_controller.h"
|
| #include "components/sync_driver/fake_sync_client.h"
|
| +#include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/webdata/common/web_database.h"
|
| #include "components/webdata_services/web_data_service_test_util.h"
|
| #include "content/public/test/test_browser_thread.h"
|
|
|