| Index: content/test/content_test_suite.cc | 
| diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc | 
| index 79466229c862f248ddfb25b8e51eb622cc0b6aef..16ec18e9d716a3a18d25eb1d37d3b68b399dc1cd 100644 | 
| --- a/content/test/content_test_suite.cc | 
| +++ b/content/test/content_test_suite.cc | 
| @@ -91,7 +91,7 @@ void ContentTestSuite::Initialize() { | 
| gpu::CollectBasicGraphicsInfo(&gpu_info); | 
| gpu::ApplyGpuDriverBugWorkarounds(gpu_info, | 
| base::CommandLine::ForCurrentProcess()); | 
| -    gfx::GLSurfaceTestSupport::InitializeOneOff(); | 
| +    gl::GLSurfaceTestSupport::InitializeOneOff(); | 
| } | 
| testing::TestEventListeners& listeners = | 
| testing::UnitTest::GetInstance()->listeners(); | 
|  |