Index: sync/notifier/p2p_notifier.h |
diff --git a/sync/notifier/p2p_notifier.h b/sync/notifier/p2p_notifier.h |
index d2de89d01cdbdde1ae988710ea4b905ffca0a8bd..29464943a477d6a6a35a909538d9b243ba918259 100644 |
--- a/sync/notifier/p2p_notifier.h |
+++ b/sync/notifier/p2p_notifier.h |
@@ -96,7 +96,9 @@ class P2PNotifier : public SyncNotifier, |
virtual ~P2PNotifier(); |
// SyncNotifier implementation |
- virtual void UpdateRegisteredIds(SyncNotifierObserver* handler, |
+ virtual void SetHandler(const std::string& handler_name, |
+ SyncNotifierObserver* handler) OVERRIDE; |
+ virtual void UpdateRegisteredIds(const std::string& handler_name, |
const ObjectIdSet& ids) OVERRIDE; |
virtual void SetUniqueId(const std::string& unique_id) OVERRIDE; |
virtual void SetStateDeprecated(const std::string& state) OVERRIDE; |