| 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.
|
|
|