| Index: sync/notifier/p2p_notifier.cc
|
| diff --git a/sync/notifier/p2p_notifier.cc b/sync/notifier/p2p_notifier.cc
|
| index d54097b1cc215fd4e34afda7e86f21f308f78c0e..70b35fe84b4c316e57184c6294b9341fc87ee6ad 100644
|
| --- a/sync/notifier/p2p_notifier.cc
|
| +++ b/sync/notifier/p2p_notifier.cc
|
| @@ -171,7 +171,7 @@ void P2PNotifier::SetUniqueId(const std::string& unique_id) {
|
| unique_id_ = unique_id;
|
| }
|
|
|
| -void P2PNotifier::SetState(const std::string& state) {
|
| +void P2PNotifier::SetStateDeprecated(const std::string& state) {
|
| DCHECK(non_thread_safe_.CalledOnValidThread());
|
| // Do nothing.
|
| }
|
|
|