Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
index 1c53139025175abb64a411055f11ea2fff1778a5..c8f8f3d9c56c2d939fc31ed83a8a2d1181f88916 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
@@ -322,7 +322,7 @@ class AutofillDialogControllerTest : public testing::Test { |
// A bunch of threads are necessary for classes like TestWebContents and |
// URLRequestContextGetter not to fall over. |
- MessageLoopForUI loop_; |
+ base::MessageLoopForUI loop_; |
content::TestBrowserThread ui_thread_; |
content::TestBrowserThread file_thread_; |
content::TestBrowserThread file_blocking_thread_; |