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

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

Issue 8473003: Add OVERRIDE to chrome/browser/extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 10e0d8ae156dfbcac4ac4730686990bbfa37192b..283095c39519d8bcddc583e2bb1f70c9a8db75b0 100644
--- a/chrome/browser/extensions/extension_browsertest.h
+++ b/chrome/browser/extensions/extension_browsertest.h
@@ -26,7 +26,7 @@ class ExtensionBrowserTest
protected:
ExtensionBrowserTest();
- virtual void SetUpCommandLine(CommandLine* command_line);
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
const Extension* LoadExtension(const FilePath& path);
// Same as above, but enables the extension in incognito mode first.

Powered by Google App Engine
This is Rietveld 408576698