Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2862)

Unified Diff: chrome/browser/notifications/desktop_notification_service_unittest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
« no previous file with comments | « chrome/browser/notifications/balloon_collection_impl.cc ('k') | chrome/browser/notifications/desktop_notifications_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698