Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
index e6e7c7246fecd98158501c79eb88b44706e66864..9ce68a4491abb52edff29f38ec8463a33e8385e4 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
@@ -79,7 +79,8 @@ int64 GetInt64PrefValue(const base::ListValue& list_value, size_t index) { |
} |
bool IsEnabledOnCommandLine() { |
- const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
+ const base::CommandLine& command_line = |
+ *base::CommandLine::ForCurrentProcess(); |
return command_line.HasSwitch( |
data_reduction_proxy::switches::kEnableDataReductionProxy); |
} |