| Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| index 67cfa878a2ac3015158b4cee903073b4392c261e..664f704034f47c0061707f2c630448967ee2fd8f 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| @@ -20,6 +20,7 @@
|
| #include "chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h"
|
| #include "chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.h"
|
| #include "chrome/browser/ui/autofill/test_generated_credit_card_bubble_controller.h"
|
| +#include "chrome/browser/webdata/web_data_service_factory.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/test/base/chrome_render_view_host_test_harness.h"
|
| @@ -258,7 +259,8 @@ class TestAutofillDialogController
|
|
|
| void Init(content::BrowserContext* browser_context) {
|
| test_manager_.Init(
|
| - AutofillWebDataService::FromBrowserContext(browser_context),
|
| + WebDataServiceFactory::GetAutofillWebDataForProfile(
|
| + Profile::FromBrowserContext(browser_context)),
|
| user_prefs::UserPrefs::Get(browser_context),
|
| browser_context->IsOffTheRecord());
|
| }
|
|
|