Index: chrome/browser/extensions/browser_tag_browsertest.cc |
diff --git a/chrome/browser/extensions/browser_tag_browsertest.cc b/chrome/browser/extensions/browser_tag_browsertest.cc |
index e63769a2403e38c0f24e211b609c304bd2b1984b..72258b24265901f3540c3f9aedda9d96273eecb0 100644 |
--- a/chrome/browser/extensions/browser_tag_browsertest.cc |
+++ b/chrome/browser/extensions/browser_tag_browsertest.cc |
@@ -10,6 +10,7 @@ |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/render_process_host.h" |
#include "content/public/test/browser_test_utils.h" |
+#include "content/public/test/test_launcher_utils.h" |
#include "ui/compositor/compositor_setup.h" |
#include "ui/gl/gl_switches.h" |
@@ -18,7 +19,7 @@ class BrowserTagTest : public extensions::PlatformAppBrowserTest { |
virtual void SetUpCommandLine(CommandLine* command_line) { |
extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); |
#if !defined(OS_MACOSX) |
- CHECK(test_launcher_utils::OverrideGLImplementation( |
+ CHECK(content::OverrideGLImplementation( |
command_line, gfx::kGLImplementationOSMesaName)) << |
"kUseGL must not be set by test framework code!"; |
#endif |