Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / common / content_switches_internal.cc
index 2f0638f..76d8772 100644 (file)
@@ -14,7 +14,8 @@
 namespace content {
 
 bool IsPinchToZoomEnabled() {
-  const CommandLine& command_line = *CommandLine::ForCurrentProcess();
+  const base::CommandLine& command_line =
+      *base::CommandLine::ForCurrentProcess();
 
   // --disable-pinch should always disable pinch
   if (command_line.HasSwitch(switches::kDisablePinch))