Index: chrome/browser/extensions/api/page_capture/page_capture_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/api/page_capture/page_capture_apitest.cc (revision 181040) |
+++ chrome/browser/extensions/api/page_capture/page_capture_apitest.cc (working copy) |
@@ -14,12 +14,12 @@ |
class ExtensionPageCaptureApiTest : public ExtensionApiTest { |
public: |
- virtual void SetUpCommandLine(CommandLine* command_line) { |
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
ExtensionApiTest::SetUpCommandLine(command_line); |
command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); |
} |
- virtual void SetUpInProcessBrowserTestFixture() { |
+ virtual void SetUpInProcessBrowserTestFixture() OVERRIDE { |
ExtensionApiTest::SetUpInProcessBrowserTestFixture(); |
host_resolver()->AddRule("www.a.com", "127.0.0.1"); |