| Index: chrome/browser/autofill/autofill_manager_unittest.cc
|
| diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
|
| index a9f81cec4e8298290d1facd6530b265f7ce0bdaf..2288a5fc53a43515569b3ce899303d45f49e2901 100644
|
| --- a/chrome/browser/autofill/autofill_manager_unittest.cc
|
| +++ b/chrome/browser/autofill/autofill_manager_unittest.cc
|
| @@ -630,11 +630,11 @@ class AutofillManagerTest : public ChromeRenderViewHostTestHarness {
|
| profile, TestPersonalDataManager::Build);
|
|
|
| ChromeRenderViewHostTestHarness::SetUp();
|
| - TabAutofillManagerDelegate::CreateForWebContents(web_contents());
|
| + autofill::TabAutofillManagerDelegate::CreateForWebContents(web_contents());
|
| personal_data_.SetBrowserContext(profile);
|
| autofill_manager_ = new TestAutofillManager(
|
| web_contents(),
|
| - TabAutofillManagerDelegate::FromWebContents(web_contents()),
|
| + autofill::TabAutofillManagerDelegate::FromWebContents(web_contents()),
|
| &personal_data_);
|
|
|
| file_thread_.Start();
|
|
|