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

Unified Diff: ui/aura/test/aura_test_helper.h

Issue 2849423002: Use ScopedTaskEnvironment instead of MessageLoopForUI in ui/aura/test/. (Closed)
Patch Set: add-deps Created 3 years, 8 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 | « ui/aura/test/aura_test_base.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_helper.h
diff --git a/ui/aura/test/aura_test_helper.h b/ui/aura/test/aura_test_helper.h
index 307b8002b8a6d9c4295cc31668843ae83295c096..25f612bb5e2d8ffab3db08b9d37a44533928951b 100644
--- a/ui/aura/test/aura_test_helper.h
+++ b/ui/aura/test/aura_test_helper.h
@@ -12,10 +12,6 @@
#include "ui/aura/window_event_dispatcher.h"
#include "ui/aura/window_tree_host.h"
-namespace base {
-class MessageLoopForUI;
-}
-
namespace ui {
class ContextFactory;
class ScopedAnimationDurationScaleMode;
@@ -48,7 +44,7 @@ class TestWindowParentingClient;
// that are necessary to run test on Aura.
class AuraTestHelper {
public:
- explicit AuraTestHelper(base::MessageLoopForUI* message_loop);
+ AuraTestHelper();
~AuraTestHelper();
// Returns the current AuraTestHelper, or nullptr if it's not alive.
« no previous file with comments | « ui/aura/test/aura_test_base.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698