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 c9932bdb4f5c263a1ac6d991c773fcf1160245f4..f186da68c94196bb4c62bbcb5e4fa33abde7d309 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(); |