Index: sync/engine/sync_scheduler_impl.h |
diff --git a/sync/engine/sync_scheduler_impl.h b/sync/engine/sync_scheduler_impl.h |
index 1c190c8c3263a8b9029d52caa471cde3e398542b..7cbf324ff6ab8cc217678dd8556b7c1f5282f4cc 100644 |
--- a/sync/engine/sync_scheduler_impl.h |
+++ b/sync/engine/sync_scheduler_impl.h |
@@ -90,6 +90,7 @@ class SYNC_EXPORT_PRIVATE SyncSchedulerImpl |
virtual void OnSyncProtocolError( |
const SyncProtocolError& sync_protocol_error) OVERRIDE; |
virtual void OnReceivedGuRetryDelay(const base::TimeDelta& delay) OVERRIDE; |
+ virtual void OnReceivedMigrationRequest(syncer::ModelTypeSet types) OVERRIDE; |
// Returns true if the client is currently in exponential backoff. |
bool IsBackingOff() const; |