| Index: components/autofill/content/browser/content_autofill_driver.cc
|
| diff --git a/components/autofill/content/browser/content_autofill_driver.cc b/components/autofill/content/browser/content_autofill_driver.cc
|
| index a3bba0f250bb23975b6014820d73b51513c07a75..d808d615467e5916fca6ddfd5a8b24d949b651ba 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.cc
|
| +++ b/components/autofill/content/browser/content_autofill_driver.cc
|
| @@ -113,7 +113,7 @@ void ContentAutofillDriver::PingRenderer() {
|
|
|
| void ContentAutofillDriver::SendAutofillTypePredictionsToRenderer(
|
| const std::vector<FormStructure*>& forms) {
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kShowAutofillTypePredictions))
|
| return;
|
|
|
|
|