diff options
Diffstat (limited to 'chrome/browser/extensions/content_script_apitest.cc')
-rw-r--r-- | chrome/browser/extensions/content_script_apitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/content_script_apitest.cc b/chrome/browser/extensions/content_script_apitest.cc index 58e4cbf..40cfc8b 100644 --- a/chrome/browser/extensions/content_script_apitest.cc +++ b/chrome/browser/extensions/content_script_apitest.cc @@ -162,7 +162,7 @@ class ContentScriptCssInjectionTest : public ExtensionApiTest { protected: // TODO(rdevlin.cronin): Make a testing switch that looks like FeatureSwitch, // but takes in an optional value so that we don't have to do this. - virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE { + virtual void SetUpCommandLine(base::CommandLine* command_line) override { ExtensionApiTest::SetUpCommandLine(command_line); // We change the Webstore URL to be http://cws.com. We need to do this so // we can check that css injection is not allowed on the webstore (which |