Index: chrome/browser/extensions/content_script_apitest.cc |
diff --git a/chrome/browser/extensions/content_script_apitest.cc b/chrome/browser/extensions/content_script_apitest.cc |
index 40cfc8b31e6ed9c12ced4c459881124503bbf482..91d1ab695902d9ce9ec38c003cf767ba9f238d97 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 { |
+ 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 |