Index: chrome/browser/local_discovery/privet_notifications_factory.h |
diff --git a/chrome/browser/local_discovery/privet_notifications_factory.h b/chrome/browser/local_discovery/privet_notifications_factory.h |
index 636ce6912d6e583f267a53344cfcc797d65ae1f6..b6d62d3785104ce1a04eb68512a902bb85bb65e0 100644 |
--- a/chrome/browser/local_discovery/privet_notifications_factory.h |
+++ b/chrome/browser/local_discovery/privet_notifications_factory.h |
@@ -24,9 +24,9 @@ class PrivetNotificationServiceFactory |
// BrowserContextKeyedServiceFactory: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* profile) const OVERRIDE; |
- virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
+ content::BrowserContext* profile) const override; |
+ virtual bool ServiceIsCreatedWithBrowserContext() const override; |
+ virtual bool ServiceIsNULLWhileTesting() const override; |
}; |
} // namespace local_discovery |