| 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 152cff66b4c40697a6237d41e2aae0c70b4972fb..e315b2cff6ac67e28a9bfa6af9b3f352da273b44 100644
|
| --- a/sync/internal_api/sync_manager_impl.h
|
| +++ b/sync/internal_api/sync_manager_impl.h
|
| @@ -127,7 +127,7 @@ class SyncManagerImpl : public SyncManager,
|
| virtual void OnEncryptionComplete() OVERRIDE;
|
| virtual void OnCryptographerStateChanged(
|
| Cryptographer* cryptographer) OVERRIDE;
|
| - virtual void OnPassphraseStateChanged(PassphraseState state) OVERRIDE;
|
| + virtual void OnPassphraseTypeChanged(PassphraseType type) OVERRIDE;
|
|
|
| // Return the currently active (validated) username for use with syncable
|
| // types.
|
|
|