Index: chrome/browser/notifications/desktop_notifications_unittest.h |
diff --git a/chrome/browser/notifications/desktop_notifications_unittest.h b/chrome/browser/notifications/desktop_notifications_unittest.h |
index 2fda90d409898cccd41d02671f27fcf40f1f31a3..1aa5947cd39618de59989cdacbfb1f3bc937a875 100644 |
--- a/chrome/browser/notifications/desktop_notifications_unittest.h |
+++ b/chrome/browser/notifications/desktop_notifications_unittest.h |
@@ -96,7 +96,7 @@ class DesktopNotificationsTest : public testing::Test { |
// Create a message loop to allow notifications code to post tasks, |
// and a thread so that notifications code runs on the expected thread. |
- MessageLoopForUI message_loop_; |
+ base::MessageLoopForUI message_loop_; |
content::TestBrowserThread ui_thread_; |
// Local state mock. |