| Index: chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc
|
| diff --git a/chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc b/chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc
|
| index fc1c80e869b591e77d3f846141a6bba693278b53..8204bb253386995c53e7c66dae16d40c6e46aa0a 100644
|
| --- a/chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc
|
| +++ b/chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc
|
| @@ -19,7 +19,7 @@ class NaClGdbDebugStubTest : public PPAPINaClNewlibTest {
|
| NaClGdbDebugStubTest() {
|
| }
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override;
|
| + void SetUpCommandLine(CommandLine* command_line) override;
|
|
|
| void StartTestScript(base::ProcessHandle* test_process,
|
| std::string test_name, int debug_stub_port);
|
|
|