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