Index: chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h |
diff --git a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h |
index 3409456ef6c80cadf9e895425165a0d3b11eb188..6352b0a15418416cd70c7f40ef6f184373c6530a 100644 |
--- a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h |
+++ b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h |
@@ -43,11 +43,11 @@ class OwnerSettingsServiceChromeOSFactory |
static KeyedService* BuildInstanceFor(content::BrowserContext* context); |
// BrowserContextKeyedBaseFactory overrides: |
- virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE; |
+ virtual bool ServiceIsCreatedWithBrowserContext() const override; |
// BrowserContextKeyedServiceFactory implementation: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* browser_context) const OVERRIDE; |
+ content::BrowserContext* browser_context) const override; |
scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_; |