diff options
Diffstat (limited to 'gpu/command_buffer/tests/gl_tests_main.cc')
-rw-r--r-- | gpu/command_buffer/tests/gl_tests_main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/tests/gl_tests_main.cc b/gpu/command_buffer/tests/gl_tests_main.cc index 8952e44..7b7d8d86 100644 --- a/gpu/command_buffer/tests/gl_tests_main.cc +++ b/gpu/command_buffer/tests/gl_tests_main.cc @@ -35,13 +35,13 @@ int main(int argc, char** argv) { ui::gl::android::RegisterJni(base::android::AttachCurrentThread()); #endif base::TestSuite test_suite(argc, argv); - CommandLine::Init(argc, argv); + base::CommandLine::Init(argc, argv); #if defined(OS_MACOSX) base::mac::ScopedNSAutoreleasePool pool; #endif gfx::GLSurface::InitializeOneOff(); ::gles2::Initialize(); - gpu::ApplyGpuDriverBugWorkarounds(CommandLine::ForCurrentProcess()); + gpu::ApplyGpuDriverBugWorkarounds(base::CommandLine::ForCurrentProcess()); testing::InitGoogleMock(&argc, argv); return base::LaunchUnitTestsSerially( argc, |