| Index: chrome/browser/autofill/autofill_interactive_uitest.cc
|
| diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| index 25b666971d6d138862ae3d8dc5dad8ceebf40e52..3a99cc56395fc699361e0303c86c6ffc13beb1e1 100644
|
| --- a/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| +++ b/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| @@ -209,7 +209,7 @@ class AutofillInteractiveTest : public InProcessBrowserTest {
|
| TranslateService::SetUseInfobar(true);
|
|
|
| // Don't want Keychain coming up on Mac.
|
| - test::DisableSystemServices(browser()->profile());
|
| + test::DisableSystemServices(browser()->profile()->GetPrefs());
|
|
|
| // Inject the test delegate into the AutofillManager.
|
| content::WebContents* web_contents = GetWebContents();
|
|
|