Index: chrome/browser/autofill/autofill_interactive_uitest.cc |
diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc |
index 87ee1874a1121fdc09d28bb63e8588c70b588d8d..81a9f44069ce865e55b2bf7c54ea80f2c9e95fc5 100644 |
--- a/chrome/browser/autofill/autofill_interactive_uitest.cc |
+++ b/chrome/browser/autofill/autofill_interactive_uitest.cc |
@@ -213,7 +213,7 @@ class AutofillInteractiveTest : public InProcessBrowserTest { |
autofill_manager->SetTestDelegate(&test_delegate_); |
} |
- virtual void CleanUpOnMainThread() OVERRIDE { |
+ virtual void TearDownOnMainThread() OVERRIDE { |
// Make sure to close any showing popups prior to tearing down the UI. |
content::WebContents* web_contents = GetWebContents(); |
AutofillManager* autofill_manager = ContentAutofillDriver::FromWebContents( |