Index: ui/gl/gl_implementation_win.cc |
diff --git a/ui/gl/gl_implementation_win.cc b/ui/gl/gl_implementation_win.cc |
index fff90187c065c6dba165362c4a5c56b371ae603c..ff7d1d1a2b03c976a2210bfa96507384edf1e279 100644 |
--- a/ui/gl/gl_implementation_win.cc |
+++ b/ui/gl/gl_implementation_win.cc |
@@ -162,7 +162,8 @@ bool InitializeStaticGLBindings(GLImplementation implementation) { |
LoadD3DXLibrary(module_path, kD3DCompiler); |
base::FilePath gles_path; |
- const CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ const base::CommandLine* command_line = |
+ base::CommandLine::ForCurrentProcess(); |
bool using_swift_shader = |
command_line->GetSwitchValueASCII(switches::kUseGL) == "swiftshader"; |
if (using_swift_shader) { |