| Index: chrome/browser/notifications/desktop_notification_service_unittest.cc
|
| diff --git a/chrome/browser/notifications/desktop_notification_service_unittest.cc b/chrome/browser/notifications/desktop_notification_service_unittest.cc
|
| index 389b3d224bf64fb00e1644ba0d110c5cc73ccf33..a9626e029e90dd086f93208d5633a15423ae5654 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service_unittest.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service_unittest.cc
|
| @@ -30,7 +30,7 @@ class ThreadProxy : public base::RefCountedThreadSafe<ThreadProxy> {
|
| // The current message loop was already initalized by the test superclass.
|
| ui_thread_.reset(
|
| new content::TestBrowserThread(BrowserThread::UI,
|
| - MessageLoop::current()));
|
| + base::MessageLoop::current()));
|
|
|
| // Create IO thread, start its message loop.
|
| io_thread_.reset(new content::TestBrowserThread(BrowserThread::IO));
|
|
|