| Index: chrome/test/gpu/gpu_feature_browsertest.cc
|
| diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc
|
| index 6fba303a42aaa19be053305db91592d1c8a13b7b..2088258812f6d87f399ef2311d2a86fbc62c7ccc 100644
|
| --- a/chrome/test/gpu/gpu_feature_browsertest.cc
|
| +++ b/chrome/test/gpu/gpu_feature_browsertest.cc
|
| @@ -21,6 +21,7 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/gpu_info.h"
|
| #include "content/public/test/browser_test_utils.h"
|
| +#include "content/public/test/test_launcher_utils.h"
|
| #include "content/test/gpu/gpu_test_config.h"
|
| #include "content/test/gpu/test_switches.h"
|
| #include "net/base/net_util.h"
|
| @@ -61,7 +62,7 @@ class GpuFeatureTest : public InProcessBrowserTest {
|
| // Do not use mesa if real GPU is required.
|
| if (!command_line->HasSwitch(switches::kUseGpuInTests)) {
|
| #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
|
|
|