| Index: sync/internal_api/debug_info_event_listener.h
|
| diff --git a/sync/internal_api/debug_info_event_listener.h b/sync/internal_api/debug_info_event_listener.h
|
| index b4ace66fdc4550393a1ccc5bc57ad8f8eaf291d2..bf99925365b620589334297e53aa4cc42d784fa3 100644
|
| --- a/sync/internal_api/debug_info_event_listener.h
|
| +++ b/sync/internal_api/debug_info_event_listener.h
|
| @@ -50,7 +50,8 @@ class DebugInfoEventListener : public SyncManager::Observer,
|
| const sync_pb::EncryptedData& pending_keys) OVERRIDE;
|
| virtual void OnPassphraseAccepted() OVERRIDE;
|
| virtual void OnBootstrapTokenUpdated(
|
| - const std::string& bootstrap_token) OVERRIDE;
|
| + const std::string& bootstrap_token,
|
| + BootstrapTokenType type) OVERRIDE;
|
| virtual void OnEncryptedTypesChanged(
|
| ModelTypeSet encrypted_types,
|
| bool encrypt_everything) OVERRIDE;
|
|
|