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 f3e4f57b71c07f463e4314c31193a81bc68b7721..4f28f2ebba13d4e36c4dde27172671af896eea59 100644 |
--- a/chrome/browser/autofill/autofill_manager_unittest.cc |
+++ b/chrome/browser/autofill/autofill_manager_unittest.cc |
@@ -633,11 +633,11 @@ class AutofillManagerTest : public ChromeRenderViewHostTestHarness { |
ChromeRenderViewHostTestHarness::SetUp(); |
io_thread_.StartIOThread(); |
- 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(); |