| 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 e5ebb65c563e780773d0134c25a29dc7c1df1d48..8b804170f794832e700a0e59478164330fb7e1a5 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -26,7 +26,7 @@ class SyncBackendHostMock : public SyncBackendHost {
|
| virtual ~SyncBackendHostMock();
|
|
|
| virtual void Initialize(
|
| - SyncFrontend* frontend,
|
| + sync_driver::SyncFrontend* frontend,
|
| scoped_ptr<base::Thread> sync_thread,
|
| const syncer::WeakHandle<syncer::JsEventHandler>& event_handler,
|
| const GURL& service_url,
|
| @@ -67,7 +67,7 @@ class SyncBackendHostMock : public SyncBackendHost {
|
|
|
| virtual void ActivateDataType(
|
| syncer::ModelType type, syncer::ModelSafeGroup group,
|
| - ChangeProcessor* change_processor) OVERRIDE;
|
| + sync_driver::ChangeProcessor* change_processor) OVERRIDE;
|
| virtual void DeactivateDataType(syncer::ModelType type) OVERRIDE;
|
|
|
| virtual syncer::UserShare* GetUserShare() const OVERRIDE;
|
|
|