| Index: chrome/browser/extensions/web_view_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/web_view_browsertest.cc (revision 181040)
|
| +++ chrome/browser/extensions/web_view_browsertest.cc (working copy)
|
| @@ -24,7 +24,7 @@
|
|
|
| class WebViewTest : public extensions::PlatformAppBrowserTest {
|
| protected:
|
| - virtual void SetUpCommandLine(CommandLine* command_line) {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
|
| #if !defined(OS_MACOSX)
|
| CHECK(test_launcher_utils::OverrideGLImplementation(
|
|
|