Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698