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 58e4cbfc012e4ef3a99f8b0a5e9a1ca01372452b..40cfc8b31e6ed9c12ced4c459881124503bbf482 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 |