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

Unified Diff: extensions/browser/api/storage/settings_test_util.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: extensions/browser/api/storage/settings_test_util.h
diff --git a/extensions/browser/api/storage/settings_test_util.h b/extensions/browser/api/storage/settings_test_util.h
index 82dd53965662ba79d99f2b6edeb60f02f65121cb..698792fc5d860c5fd465cd9c6c420f5a36d25a5b 100644
--- a/extensions/browser/api/storage/settings_test_util.h
+++ b/extensions/browser/api/storage/settings_test_util.h
@@ -66,7 +66,7 @@ class MockExtensionSystemWithEventRouter : public MockExtensionSystem {
static KeyedService* Build(content::BrowserContext* context);
// MockExtensionSystem overrides:
- virtual EventRouter* event_router() OVERRIDE;
+ virtual EventRouter* event_router() override;
private:
scoped_ptr<EventRouter> event_router_;
@@ -87,10 +87,10 @@ class ScopedSettingsStorageFactory : public SettingsStorageFactory {
// SettingsStorageFactory implementation.
virtual ValueStore* Create(const base::FilePath& base_path,
- const std::string& extension_id) OVERRIDE;
+ const std::string& extension_id) override;
virtual void DeleteDatabaseIfExists(
const base::FilePath& base_path,
- const std::string& extension_id) OVERRIDE;
+ const std::string& extension_id) override;
private:
// SettingsStorageFactory is refcounted.
« no previous file with comments | « extensions/browser/api/storage/settings_storage_quota_enforcer.h ('k') | extensions/browser/api/storage/storage_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698