Index: chrome/test/security_tests/sandbox_browsertest.cc |
=================================================================== |
--- chrome/test/security_tests/sandbox_browsertest.cc (revision 181040) |
+++ chrome/test/security_tests/sandbox_browsertest.cc (working copy) |
@@ -12,7 +12,7 @@ |
protected: |
SandboxTest() : InProcessBrowserTest() {} |
- virtual void SetUpCommandLine(CommandLine* command_line) { |
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
command_line->AppendSwitchASCII(switches::kTestSandbox, |
"security_tests.dll"); |
} |