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

Unified Diff: ui/views/test/views_test_helper_aura.h

Issue 2453953003: Moves TransientWindowClient to ui/aura/client and adds observer (Closed)
Patch Set: merge Created 4 years, 2 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/test_views_delegate_aura.cc ('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 6dfcde6523b9287782187f2b4d018c849f6fe597..5acc7ec04356f89346b03141cc065783d2ad8cca 100644
--- a/ui/views/test/views_test_helper_aura.h
+++ b/ui/views/test/views_test_helper_aura.h
@@ -24,10 +24,6 @@ namespace base {
class MessageLoopForUI;
}
-namespace wm {
-class WMState;
-}
-
namespace views {
class ViewsTestHelperAura : public ViewsTestHelper {
@@ -44,7 +40,6 @@ class ViewsTestHelperAura : public ViewsTestHelper {
private:
ui::ContextFactory* context_factory_;
std::unique_ptr<aura::test::AuraTestHelper> aura_test_helper_;
- std::unique_ptr<wm::WMState> wm_state_;
std::unique_ptr<aura::client::ScreenPositionClient> screen_position_client_;
DISALLOW_COPY_AND_ASSIGN(ViewsTestHelperAura);
« no previous file with comments | « ui/views/test/test_views_delegate_aura.cc ('k') | ui/views/test/views_test_helper_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698