diff options
Diffstat (limited to 'chrome/browser/sync/js/js_sync_manager_observer.h')
-rw-r--r-- | chrome/browser/sync/js/js_sync_manager_observer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/js/js_sync_manager_observer.h b/chrome/browser/sync/js/js_sync_manager_observer.h index 6d891c4..6a848f7 100644 --- a/chrome/browser/sync/js/js_sync_manager_observer.h +++ b/chrome/browser/sync/js/js_sync_manager_observer.h @@ -41,7 +41,7 @@ class JsSyncManagerObserver : public sync_api::SyncManager::Observer { virtual void OnPassphraseAccepted( const std::string& bootstrap_token) OVERRIDE; virtual void OnEncryptedTypesChanged( - const syncable::ModelTypeSet& encrypted_types, + syncable::ModelEnumSet encrypted_types, bool encrypt_everything) OVERRIDE; virtual void OnEncryptionComplete() OVERRIDE; virtual void OnInitializationComplete( |