| Index: chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| index 9c42a92975f6a0ff8ba37a144ab31bc1a6bffd34..651814cf5759db2431505b7709d73433a26f0c36 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| @@ -315,7 +315,7 @@ class AutofillDialogControllerTest : public InProcessBrowserTest {
|
| }
|
|
|
| virtual void SetUpOnMainThread() OVERRIDE {
|
| - autofill::test::DisableSystemServices(browser()->profile());
|
| + autofill::test::DisableSystemServices(browser()->profile()->GetPrefs());
|
| InitializeController();
|
| }
|
|
|
|
|