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

Unified Diff: ui/views/test/views_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/views/test/scoped_views_test_helper.cc ('k') | ui/views/test/views_test_helper_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_helper.h
diff --git a/ui/views/test/views_test_helper.h b/ui/views/test/views_test_helper.h
index 787648dc04595fcee8c078d6a170148e9c9718db..46fc0eb33cadb301689db1d698cba4901b2ed7c4 100644
--- a/ui/views/test/views_test_helper.h
+++ b/ui/views/test/views_test_helper.h
@@ -8,10 +8,6 @@
#include "base/macros.h"
#include "ui/gfx/native_widget_types.h"
-namespace base {
-class MessageLoopForUI;
-}
-
namespace ui {
class ContextFactory;
class ContextFactoryPrivate;
@@ -28,7 +24,6 @@ class ViewsTestHelper {
// Create a platform specific instance.
static ViewsTestHelper* Create(
- base::MessageLoopForUI* message_loop,
ui::ContextFactory* context_factory,
ui::ContextFactoryPrivate* context_factory_private);
« no previous file with comments | « ui/views/test/scoped_views_test_helper.cc ('k') | ui/views/test/views_test_helper_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698