Index: ui/compositor/compositor.cc |
diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc |
index 088f6ec809101871c0de31ff29299f141106acee..0e917265415fd26e79e453e48160b41050ca6031 100644 |
--- a/ui/compositor/compositor.cc |
+++ b/ui/compositor/compositor.cc |
@@ -88,7 +88,7 @@ Compositor::Compositor(gfx::AcceleratedWidget widget, |
weak_ptr_factory_(this) { |
root_web_layer_ = cc::Layer::Create(); |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
cc::LayerTreeSettings settings; |
// When impl-side painting is enabled, this will ensure PictureLayers always |