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 ae8d95623e74c3a95887fd17fbdf483abe747466..c23eb38fe98da24d90a269ac94abe996007aec69 100644 |
--- a/sync/internal_api/sync_manager_impl.h |
+++ b/sync/internal_api/sync_manager_impl.h |
@@ -110,7 +110,7 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl |
virtual void RemoveObserver(SyncManager::Observer* observer) OVERRIDE; |
virtual SyncStatus GetDetailedStatus() const OVERRIDE; |
virtual void SaveChanges() OVERRIDE; |
- virtual void ShutdownOnSyncThread() OVERRIDE; |
+ virtual void ShutdownOnSyncThread(ShutdownReason reason) OVERRIDE; |
virtual UserShare* GetUserShare() OVERRIDE; |
virtual syncer::SyncContextProxy* GetSyncContextProxy() OVERRIDE; |
virtual const std::string cache_guid() OVERRIDE; |