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

Unified Diff: chrome/browser/extensions/extension_browsertest.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_browsertest.h
diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
index d5a9b58301a53d50e9f5cb441e6a8e5d7040b220..a2bdb9929e5284ce2239324aef789481e7172e3d 100644
--- a/chrome/browser/extensions/extension_browsertest.h
+++ b/chrome/browser/extensions/extension_browsertest.h
@@ -75,9 +75,9 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest {
const extensions::ExtensionSet* extensions, const base::FilePath& path);
// InProcessBrowserTest
- virtual void SetUp() OVERRIDE;
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
- virtual void SetUpOnMainThread() OVERRIDE;
+ virtual void SetUp() override;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override;
+ virtual void SetUpOnMainThread() override;
const extensions::Extension* LoadExtension(const base::FilePath& path);
« no previous file with comments | « chrome/browser/extensions/extension_assets_manager_chromeos.h ('k') | chrome/browser/extensions/extension_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698