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

Unified Diff: extensions/browser/api/storage/leveldb_settings_storage_factory.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/leveldb_settings_storage_factory.h
diff --git a/extensions/browser/api/storage/leveldb_settings_storage_factory.h b/extensions/browser/api/storage/leveldb_settings_storage_factory.h
index 9e46cef1f550fb931a867eb81bb57c3dd698dd71..d755974d4a19561aba246e7408ada304d2a0a359 100644
--- a/extensions/browser/api/storage/leveldb_settings_storage_factory.h
+++ b/extensions/browser/api/storage/leveldb_settings_storage_factory.h
@@ -13,10 +13,10 @@ namespace extensions {
class LeveldbSettingsStorageFactory : public SettingsStorageFactory {
public:
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/sockets_udp/sockets_udp_api.h ('k') | extensions/browser/api/storage/local_value_store_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698