Index: chrome/browser/sync/glue/sync_backend_host_core.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host_core.h b/chrome/browser/sync/glue/sync_backend_host_core.h |
index 4e1b9217fb0d523b6bc78c18b30c418a26f05be6..1cf7f3386183aea635943eb0ddd9a841442ce00a 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_core.h |
+++ b/chrome/browser/sync/glue/sync_backend_host_core.h |
@@ -102,6 +102,7 @@ class SyncBackendHostCore |
virtual void OnStopSyncingPermanently() OVERRIDE; |
virtual void OnActionableError( |
const syncer::SyncProtocolError& sync_error) OVERRIDE; |
+ virtual void OnMigrationRequested(syncer::ModelTypeSet types) OVERRIDE; |
// SyncEncryptionHandler::Observer implementation. |
virtual void OnPassphraseRequired( |