| Index: chrome/browser/sync/glue/sync_backend_host_impl.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| index 7e68da08fa861d6266865f03d84e6f3417b20e61..d4cd61f5d2c223b875357e78031bc1090c728791 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| @@ -56,7 +56,6 @@ namespace browser_sync {
|
| class ChangeProcessor;
|
| class SyncBackendHostCore;
|
| class SyncBackendRegistrar;
|
| -class SyncedDeviceTracker;
|
| struct DoInitializeOptions;
|
|
|
| // The only real implementation of the SyncBackendHost. See that interface's
|
| @@ -128,7 +127,6 @@ class SyncBackendHostImpl
|
| const syncer::BaseTransaction* trans) const OVERRIDE;
|
| virtual void GetModelSafeRoutingInfo(
|
| syncer::ModelSafeRoutingInfo* out) const OVERRIDE;
|
| - virtual SyncedDeviceTracker* GetSyncedDeviceTracker() const OVERRIDE;
|
| virtual void RequestBufferedProtocolEventsAndEnableForwarding() OVERRIDE;
|
| virtual void DisableProtocolEventForwarding() OVERRIDE;
|
| virtual void EnableDirectoryTypeDebugInfoForwarding() OVERRIDE;
|
|
|