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

Unified Diff: trunk/src/chrome/test/base/view_event_test_base.h

Issue 213033002: Revert 259580 "Move wm/public into wm target" (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/chrome/test/base/view_event_test_base.h
===================================================================
--- trunk/src/chrome/test/base/view_event_test_base.h (revision 259588)
+++ trunk/src/chrome/test/base/view_event_test_base.h (working copy)
@@ -24,13 +24,18 @@
#include "ui/base/win/scoped_ole_initializer.h"
#endif
+namespace aura {
+namespace test {
+class AuraTestHelper;
+}
+}
+
namespace gfx {
class Size;
}
namespace wm {
class WMState;
-class WMTestHelper;
}
// Base class for Views based tests that dispatch events.
@@ -150,7 +155,7 @@
#endif
#if defined(USE_AURA)
- scoped_ptr<wm::WMTestHelper> wm_test_helper_;
+ scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
scoped_ptr<wm::WMState> wm_state_;
#endif
« no previous file with comments | « trunk/src/chrome/test/base/browser_with_test_window_test.cc ('k') | trunk/src/chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698