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

Unified Diff: ui/views/test/views_test_helper_aura.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/views/test/views_test_helper.h ('k') | ui/views/test/views_test_helper_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_helper_aura.h
diff --git a/ui/views/test/views_test_helper_aura.h b/ui/views/test/views_test_helper_aura.h
index 158c3ac9786c29361df9c9216ed90d362d8e5e22..f0edfc6e74a73f94fc0418e5010923219bd210ab 100644
--- a/ui/views/test/views_test_helper_aura.h
+++ b/ui/views/test/views_test_helper_aura.h
@@ -22,16 +22,11 @@ class AuraTestHelper;
}
}
-namespace base {
-class MessageLoopForUI;
-}
-
namespace views {
class ViewsTestHelperAura : public ViewsTestHelper {
public:
- ViewsTestHelperAura(base::MessageLoopForUI* message_loop,
- ui::ContextFactory* context_factory,
+ ViewsTestHelperAura(ui::ContextFactory* context_factory,
ui::ContextFactoryPrivate* context_factory_private);
~ViewsTestHelperAura() override;
« no previous file with comments | « ui/views/test/views_test_helper.h ('k') | ui/views/test/views_test_helper_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698