| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index fff476d303596a069a26462de1f881c49b5d457e..4ab13df7cc178c08fbaaba43d77e2db57c99d638 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -14,7 +14,7 @@
|
| #include "chrome/browser/sync/glue/data_type_manager_impl.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host_impl.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| -#include "chrome/browser/sync/sync_prefs.h"
|
| +#include "components/sync_driver/sync_prefs.h"
|
| #include "sync/test/engine/test_id_factory.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| @@ -38,7 +38,7 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHostImpl {
|
| public:
|
| SyncBackendHostForProfileSyncTest(
|
| Profile* profile,
|
| - const base::WeakPtr<SyncPrefs>& sync_prefs,
|
| + const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs,
|
| base::Closure callback);
|
| virtual ~SyncBackendHostForProfileSyncTest();
|
|
|
|
|