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

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

Issue 196383014: Remove window/host accessors from WED; IWYU for WTH (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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_helper.h ('k') | ui/aura/test/ui_controls_factory_aurawin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/ui_controls_factory_aura.h
diff --git a/ui/aura/test/ui_controls_factory_aura.h b/ui/aura/test/ui_controls_factory_aura.h
index 777f0d3661791b8d0da1908295e1e21c670a6843..b6752221a09e78f18815e18e08165683d16f4d0e 100644
--- a/ui/aura/test/ui_controls_factory_aura.h
+++ b/ui/aura/test/ui_controls_factory_aura.h
@@ -8,13 +8,11 @@
#include "ui/base/test/ui_controls_aura.h"
namespace aura {
-class WindowEventDispatcher;
+class WindowTreeHost;
namespace test {
-// TODO(beng): Should be changed to take a WindowTreeHost.
-ui_controls::UIControlsAura* CreateUIControlsAura(
- WindowEventDispatcher* dispatcher);
+ui_controls::UIControlsAura* CreateUIControlsAura(WindowTreeHost* host);
} // namespace test
} // namespace aura
« no previous file with comments | « ui/aura/test/aura_test_helper.h ('k') | ui/aura/test/ui_controls_factory_aurawin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698