| Index: content/common/content_switches_internal.cc
|
| diff --git a/content/common/content_switches_internal.cc b/content/common/content_switches_internal.cc
|
| index 2f0638fbfba7a3adf0490bc87d83f036ad05a5f7..76d877224a4ef9d076cf8bfe0f0b7d498a18d57e 100644
|
| --- a/content/common/content_switches_internal.cc
|
| +++ b/content/common/content_switches_internal.cc
|
| @@ -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))
|
|
|