Index: ui/gl/gl_implementation_x11.cc |
diff --git a/ui/gl/gl_implementation_x11.cc b/ui/gl/gl_implementation_x11.cc |
index 176f7d27892d7b54ab4f711ff8dfee112c4899d0..28c1a3ef654bee511104769f0bd3183a1dfdf346 100644 |
--- a/ui/gl/gl_implementation_x11.cc |
+++ b/ui/gl/gl_implementation_x11.cc |
@@ -65,7 +65,8 @@ bool InitializeStaticGLBindings(GLImplementation implementation) { |
return InitializeStaticGLBindingsOSMesaGL(); |
case kGLImplementationDesktopGL: { |
base::NativeLibrary library = NULL; |
- const CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ const base::CommandLine* command_line = |
+ base::CommandLine::ForCurrentProcess(); |
if (command_line->HasSwitch(switches::kTestGLLib)) |
library = LoadLibraryAndPrintError( |