Index: chrome/browser/notifications/desktop_notification_service_factory.h |
diff --git a/chrome/browser/notifications/desktop_notification_service_factory.h b/chrome/browser/notifications/desktop_notification_service_factory.h |
index 9f705d18b8a4a3aeae2be9bfaafd0172f246c828..63bcc1c5f5d184e0b270da089283883df9c89f0f 100644 |
--- a/chrome/browser/notifications/desktop_notification_service_factory.h |
+++ b/chrome/browser/notifications/desktop_notification_service_factory.h |
@@ -32,9 +32,9 @@ class DesktopNotificationServiceFactory |
// BrowserContextKeyedServiceFactory: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* context) const OVERRIDE; |
+ content::BrowserContext* context) const override; |
virtual content::BrowserContext* GetBrowserContextToUse( |
- content::BrowserContext* context) const OVERRIDE; |
+ content::BrowserContext* context) const override; |
}; |
#endif // CHROME_BROWSER_NOTIFICATIONS_DESKTOP_NOTIFICATION_SERVICE_FACTORY_H_ |