| Index: chrome/browser/predictors/resource_prefetch_common.cc
|
| diff --git a/chrome/browser/predictors/resource_prefetch_common.cc b/chrome/browser/predictors/resource_prefetch_common.cc
|
| index 9c3f0d24b16158c8706db1e2aa6e939eb84ff93b..1ec32e1870ce69b8805eafc9a8859051653c1386 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_common.cc
|
| +++ b/chrome/browser/predictors/resource_prefetch_common.cc
|
| @@ -60,10 +60,10 @@ bool IsSpeculativeResourcePrefetchingEnabled(
|
|
|
| // Enabled by command line switch. The config has the default params already
|
| // set. The command line with just enable them with the default params.
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kSpeculativeResourcePrefetching)) {
|
| const std::string value =
|
| - CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| + base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| switches::kSpeculativeResourcePrefetching);
|
|
|
| if (value == switches::kSpeculativeResourcePrefetchingDisabled) {
|
|
|