| Index: chrome/browser/sync/notifier/p2p_notifier.h
|
| diff --git a/chrome/browser/sync/notifier/p2p_notifier.h b/chrome/browser/sync/notifier/p2p_notifier.h
|
| index ecadc4e1eadc0f72f86752f60ed61bce48010bd2..e61e8bf8c83e464c9f80c832532b039228eddec9 100644
|
| --- a/chrome/browser/sync/notifier/p2p_notifier.h
|
| +++ b/chrome/browser/sync/notifier/p2p_notifier.h
|
| @@ -109,10 +109,10 @@ class P2PNotifier
|
| const syncable::ModelTypeSet& changed_types) OVERRIDE;
|
|
|
| // TalkMediator::Delegate implementation.
|
| - virtual void OnNotificationStateChange(bool notifications_enabled);
|
| + virtual void OnNotificationStateChange(bool notifications_enabled) OVERRIDE;
|
| virtual void OnIncomingNotification(
|
| - const notifier::Notification& notification);
|
| - virtual void OnOutgoingNotification();
|
| + const notifier::Notification& notification) OVERRIDE;
|
| + virtual void OnOutgoingNotification() OVERRIDE;
|
|
|
| // For testing.
|
| void SendNotificationDataForTest(
|
|
|