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

Unified Diff: extensions/browser/api/storage/storage_api_unittest.cc

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
« no previous file with comments | « extensions/browser/api/storage/storage_api.h ('k') | extensions/browser/api/storage/storage_frontend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/storage/storage_api_unittest.cc
diff --git a/extensions/browser/api/storage/storage_api_unittest.cc b/extensions/browser/api/storage/storage_api_unittest.cc
index c5e04639caf95a05c454ee5fb133c38a2468f2d7..c902b3c6c89ad0db1c80f8e035db816147b4b2b8 100644
--- a/extensions/browser/api/storage/storage_api_unittest.cc
+++ b/extensions/browser/api/storage/storage_api_unittest.cc
@@ -43,7 +43,7 @@ class StorageApiUnittest : public ApiUnitTest {
public:
StorageApiUnittest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
ApiUnitTest::SetUp();
extensions_browser_client()->set_extension_system_factory(
&extension_system_factory_);
« no previous file with comments | « extensions/browser/api/storage/storage_api.h ('k') | extensions/browser/api/storage/storage_frontend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698