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

Unified Diff: chrome/browser/extensions/extension_apitest.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/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: chrome/browser/extensions/extension_apitest.h
diff --git a/chrome/browser/extensions/extension_apitest.h b/chrome/browser/extensions/extension_apitest.h
index 4664878032c78025aaec294f5d5ae18ed0250df8..51c5721207ed8f7bfde4199cdb895267a7fa5806 100644
--- a/chrome/browser/extensions/extension_apitest.h
+++ b/chrome/browser/extensions/extension_apitest.h
@@ -65,8 +65,8 @@ class ExtensionApiTest : public ExtensionBrowserTest {
protected:
// InProcessBrowserTest:
- virtual void SetUpInProcessBrowserTestFixture() OVERRIDE;
- virtual void TearDownInProcessBrowserTestFixture() OVERRIDE;
+ virtual void SetUpInProcessBrowserTestFixture() override;
+ virtual void TearDownInProcessBrowserTestFixture() override;
// Load |extension_name| and wait for pass / fail notification.
// |extension_name| is a directory in "test/data/extensions/api_test".
@@ -149,7 +149,7 @@ class ExtensionApiTest : public ExtensionBrowserTest {
const extensions::Extension* GetSingleLoadedExtension();
// All extensions tested by ExtensionApiTest are in the "api_test" dir.
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override;
// If it failed, what was the error message?
std::string message_;
« no previous file with comments | « chrome/browser/extensions/extension_api_unittest.h ('k') | chrome/browser/extensions/extension_assets_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698