Index: gpu/command_buffer/tests/gl_request_extension_unittest.cc |
diff --git a/gpu/command_buffer/tests/gl_request_extension_unittest.cc b/gpu/command_buffer/tests/gl_request_extension_unittest.cc |
index c0a581f51c45bab78530579b793fa86da3971cc1..6d440d2a1cdfd44b80e62acbdbb44151f755a0e9 100644 |
--- a/gpu/command_buffer/tests/gl_request_extension_unittest.cc |
+++ b/gpu/command_buffer/tests/gl_request_extension_unittest.cc |
@@ -26,7 +26,7 @@ class RequestExtensionCHROMIUMTest |
command_line.AppendSwitch(switches::kEnableUnsafeES3APIs); |
GLManager::Options options; |
options.context_type = GetParam(); |
- gl_.InitializeWithCommandLine(options, &command_line); |
+ gl_.InitializeWithCommandLine(options, command_line); |
} |
void TearDown() override { gl_.Destroy(); } |
bool IsApplicable() const { return gl_.IsInitialized(); } |