Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index d704f2860c25c4a1d4dea9c0de2a531a63f1beeb..3ca74a2b23d5a44eecab17c5d8468df58e0698ea 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -436,7 +436,7 @@ void CompositorImpl::SetVisible(bool visible) { |
settings.top_controls_height = 0.f; |
settings.highp_threshold_min = 2048; |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
settings.initial_debug_state.SetRecordRenderingStats( |
command_line->HasSwitch(cc::switches::kEnableGpuBenchmarking)); |
settings.initial_debug_state.show_fps_counter = |