| Index: content/public/test/browser_test_base.cc
|
| diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc
|
| index e1f7187212b4dc9af0ac63dc9181e8e22d2f015b..1e191293a0a1da97cd86843d8b0490422a89d144 100644
|
| --- a/content/public/test/browser_test_base.cc
|
| +++ b/content/public/test/browser_test_base.cc
|
| @@ -388,7 +388,7 @@ void BrowserTestBase::UseSoftwareCompositing() {
|
| bool BrowserTestBase::UsingOSMesa() const {
|
| base::CommandLine* cmd = base::CommandLine::ForCurrentProcess();
|
| return cmd->GetSwitchValueASCII(switches::kUseGL) ==
|
| - gfx::kGLImplementationOSMesaName;
|
| + gl::kGLImplementationOSMesaName;
|
| }
|
|
|
| } // namespace content
|
|
|