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 b4f8208514f04cae81dce400706b1c29d49738cf..96ffae19e5a80691892f7f60eb72f76ea72cba39 100644 |
--- a/chrome/browser/autofill/autofill_interactive_uitest.cc |
+++ b/chrome/browser/autofill/autofill_interactive_uitest.cc |
@@ -130,7 +130,7 @@ class WindowedPersonalDataManagerObserver |
// PersonalDataManagerObserver: |
virtual void OnPersonalDataChanged() OVERRIDE { |
if (has_run_message_loop_) { |
- MessageLoopForUI::current()->Quit(); |
+ base::MessageLoopForUI::current()->Quit(); |
has_run_message_loop_ = false; |
} |
alerted_ = true; |