| Index: chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| diff --git a/chrome/browser/sync/sessions/notification_service_sessions_router.h b/chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| index 1ebd723ac8f850be8c448e778af97067ebb59d81..76a020c740749e6b701ba448721cb2b9537c82e0 100644
|
| --- a/chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| +++ b/chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| @@ -38,11 +38,11 @@ class NotificationServiceSessionsRouter
|
| // BrowserSessionProvider -> sync API model change application.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // SessionsSyncManager::LocalEventRouter implementation.
|
| - virtual void StartRoutingTo(LocalSessionEventHandler* handler) OVERRIDE;
|
| - virtual void Stop() OVERRIDE;
|
| + virtual void StartRoutingTo(LocalSessionEventHandler* handler) override;
|
| + virtual void Stop() override;
|
|
|
| private:
|
| // Called when the URL visited in |web_contents| was blocked by the
|
|
|