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 11e562c212202348611c86e7d601ea8920b8d1e5..b0fb1ce5a93c85c4076c02d242647b5e7a106b60 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( |