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

Unified Diff: content/public/test/test_utils.h

Issue 2701473007: Switch WindowedNotificationObserver to use base::RunLoop. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « chrome/browser/ui/login/login_handler_browsertest.cc ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_utils.h
diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h
index 29f5965db9767ac191f87bf7e01ee5ba0176de60..ed1f8e68edeb5dd6973cd304ac14d66b0f8d01d9 100644
--- a/content/public/test/test_utils.h
+++ b/content/public/test/test_utils.h
@@ -235,7 +235,7 @@ class WindowedNotificationObserver : public NotificationObserver {
NotificationSource source_;
NotificationDetails details_;
- scoped_refptr<MessageLoopRunner> message_loop_runner_;
+ std::unique_ptr<base::RunLoop> run_loop_;
DISALLOW_COPY_AND_ASSIGN(WindowedNotificationObserver);
};
« no previous file with comments | « chrome/browser/ui/login/login_handler_browsertest.cc ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698