| Index: chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc b/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
|
| index 89d072931419f2fab88b7516e60ab2f99e23b3bb..1cc6034ae2ac66ac76c8e32d1b2415c5a46c787e 100644
|
| --- a/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
|
| +++ b/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
|
| @@ -70,7 +70,11 @@ class FakeSyncNotifierObserverIO
|
| received_improper_notification_ = true;
|
| }
|
| }
|
| - virtual void OnNotificationStateChange(bool notifications_enabled) {
|
| + virtual void OnNotificationsEnabled() OVERRIDE {
|
| + NOTREACHED();
|
| + }
|
| + virtual void OnNotificationsDisabled(
|
| + sync_notifier::NotificationsDisabledReason reason) OVERRIDE {
|
| NOTREACHED();
|
| }
|
|
|
|
|