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

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

Issue 443553003: MacViews: Split ViewEventTestBase into platform-specific files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self-review: fix class comment, remove dead gyp cruft Created 6 years, 4 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 | « chrome/chrome_tests.gypi ('k') | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/view_event_test_base.h
diff --git a/chrome/test/base/view_event_test_base.h b/chrome/test/base/view_event_test_base.h
index 424ef0f2a32063305410cd6e9032453474972b0b..a3d7290abafd04b8363d4663b3bc6bc429453032 100644
--- a/chrome/test/base/view_event_test_base.h
+++ b/chrome/test/base/view_event_test_base.h
@@ -24,19 +24,11 @@
#include "ui/base/win/scoped_ole_initializer.h"
#endif
-namespace aura {
-namespace test {
-class AuraTestHelper;
-}
-}
-
namespace gfx {
class Size;
}
-namespace wm {
-class WMState;
-}
+class ViewEventTestPlatformPart;
// Base class for Views based tests that dispatch events.
//
@@ -154,10 +146,7 @@ class ViewEventTestBase : public views::WidgetDelegate,
ui::ScopedOleInitializer ole_initializer_;
#endif
-#if defined(USE_AURA)
- scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
- scoped_ptr<wm::WMState> wm_state_;
-#endif
+ scoped_ptr<ViewEventTestPlatformPart> platform_part_;
ChromeViewsDelegate views_delegate_;
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698