Index: content/browser/compositor/image_transport_factory.cc |
diff --git a/content/browser/compositor/image_transport_factory.cc b/content/browser/compositor/image_transport_factory.cc |
index 7087d228486449ddd19a76575aee77213dd5cdbd..6f06a9731680148012211e85526f4f049024297f 100644 |
--- a/content/browser/compositor/image_transport_factory.cc |
+++ b/content/browser/compositor/image_transport_factory.cc |
@@ -37,7 +37,8 @@ void ImageTransportFactory::InitializeForUnitTests( |
DCHECK(!g_initialized_for_unit_tests); |
g_initialized_for_unit_tests = true; |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ const base::CommandLine* command_line = |
+ base::CommandLine::ForCurrentProcess(); |
if (command_line->HasSwitch(switches::kEnablePixelOutputInTests)) |
g_disable_null_draw = new gfx::DisableNullDrawGLBindings; |