| 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 ed406b0b04e1b4cee9b86731f1ab1a53701d9804..5039849f90d286fead6b40be2040024419a5d937 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -82,7 +82,7 @@ class TestProfileSyncService : public ProfileSyncService {
|
| void SetInitialSyncEndedForAllTypes();
|
|
|
| virtual void OnBackendInitialized(
|
| - const csync::WeakHandle<csync::JsBackend>& backend,
|
| + const syncer::WeakHandle<syncer::JsBackend>& backend,
|
| bool success) OVERRIDE;
|
|
|
| virtual void Observe(int type,
|
| @@ -97,7 +97,7 @@ class TestProfileSyncService : public ProfileSyncService {
|
| void fail_initial_download();
|
| void set_use_real_database();
|
|
|
| - csync::TestIdFactory* id_factory();
|
| + syncer::TestIdFactory* id_factory();
|
|
|
| // Override of ProfileSyncService::GetBackendForTest() with a more
|
| // specific return type (since C++ supports covariant return types)
|
| @@ -109,7 +109,7 @@ class TestProfileSyncService : public ProfileSyncService {
|
| virtual void CreateBackend() OVERRIDE;
|
|
|
| private:
|
| - csync::TestIdFactory id_factory_;
|
| + syncer::TestIdFactory id_factory_;
|
|
|
| bool synchronous_backend_initialization_;
|
|
|
|
|