| Index: chrome/browser/sync/glue/sync_backend_host_mock.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.h b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| index 42cfeae787be2760e3ea802032c8bfee42cc6d0f..e5ebb65c563e780773d0134c25a29dc7c1df1d48 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -72,7 +72,7 @@ class SyncBackendHostMock : public SyncBackendHost {
|
|
|
| virtual syncer::UserShare* GetUserShare() const OVERRIDE;
|
|
|
| - virtual scoped_ptr<syncer::SyncCoreProxy> GetSyncCoreProxy() OVERRIDE;
|
| + virtual scoped_ptr<syncer::SyncContextProxy> GetSyncContextProxy() OVERRIDE;
|
|
|
| virtual Status GetDetailedStatus() OVERRIDE;
|
|
|
|
|