| Index: chrome/browser/sync/glue/bridged_sync_notifier.cc
|
| diff --git a/chrome/browser/sync/glue/bridged_sync_notifier.cc b/chrome/browser/sync/glue/bridged_sync_notifier.cc
|
| index 63203c131d8fad6abe728dd60d50a2cbf30b0f81..659d6383f7eb19f536ec6dfd5edfbe6e1cdcf069 100644
|
| --- a/chrome/browser/sync/glue/bridged_sync_notifier.cc
|
| +++ b/chrome/browser/sync/glue/bridged_sync_notifier.cc
|
| @@ -37,9 +37,9 @@ void BridgedSyncNotifier::SetUniqueId(const std::string& unique_id) {
|
| delegate_->SetUniqueId(unique_id);
|
| }
|
|
|
| -void BridgedSyncNotifier::SetState(const std::string& state) {
|
| +void BridgedSyncNotifier::SetStateDeprecated(const std::string& state) {
|
| if (delegate_.get())
|
| - delegate_->SetState(state);
|
| + delegate_->SetStateDeprecated(state);
|
| }
|
|
|
| void BridgedSyncNotifier::UpdateCredentials(
|
|
|