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..40275517fc4afbdd8fee29f7a9c0128ae27f43fe 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_impl.h |
+++ b/chrome/browser/sync/glue/sync_backend_host_impl.h |
@@ -129,6 +129,7 @@ class SyncBackendHostImpl |
virtual void GetModelSafeRoutingInfo( |
syncer::ModelSafeRoutingInfo* out) const OVERRIDE; |
virtual SyncedDeviceTracker* GetSyncedDeviceTracker() const OVERRIDE; |
+ virtual void FlushDirectory() const OVERRIDE; |
virtual void RequestBufferedProtocolEventsAndEnableForwarding() OVERRIDE; |
virtual void DisableProtocolEventForwarding() OVERRIDE; |
virtual void EnableDirectoryTypeDebugInfoForwarding() OVERRIDE; |