Index: chrome/browser/extensions/isolated_app_browsertest.cc |
=================================================================== |
--- chrome/browser/extensions/isolated_app_browsertest.cc (revision 181040) |
+++ chrome/browser/extensions/isolated_app_browsertest.cc (working copy) |
@@ -66,7 +66,7 @@ |
} |
private: |
- virtual void SetUpCommandLine(CommandLine* command_line) { |
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
ExtensionBrowserTest::SetUpCommandLine(command_line); |
command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis); |
} |