| 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..0d8e795c6910ed7aade1e154f091e0173471c928 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,8 @@ class FakeSyncNotifierObserverIO
|
| received_improper_notification_ = true;
|
| }
|
| }
|
| - virtual void OnNotificationStateChange(bool notifications_enabled) {
|
| + virtual void OnSyncNotifierStateChange(
|
| + sync_notifier::SyncNotifierState sync_notifier_state) OVERRIDE {
|
| NOTREACHED();
|
| }
|
|
|
|
|