| Index: sync/internal_api/sync_manager_impl.h
|
| diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h
|
| index 01488c18884222e98943d3197ce9f281c0867066..fa1662e9536600aef0d86c492c926bb6c5b41a77 100644
|
| --- a/sync/internal_api/sync_manager_impl.h
|
| +++ b/sync/internal_api/sync_manager_impl.h
|
| @@ -140,6 +140,7 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl :
|
| virtual void OnActionableError(const SyncProtocolError& error) OVERRIDE;
|
| virtual void OnRetryTimeChanged(base::Time retry_time) OVERRIDE;
|
| virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE;
|
| + virtual void OnMigrationRequested(ModelTypeSet types) OVERRIDE;
|
|
|
| // ServerConnectionEventListener implementation.
|
| virtual void OnServerConnectionEvent(
|
|
|