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

Unified Diff: ui/wm/core/cursor_manager_unittest.cc

Issue 209383003: Move wm/public into wm target (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/wm/core/cursor_manager.h ('k') | ui/wm/core/default_activation_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/cursor_manager_unittest.cc
diff --git a/ui/wm/core/cursor_manager_unittest.cc b/ui/wm/core/cursor_manager_unittest.cc
index 9348b9d0a99538bfc1d4fa9b1c07bed233bb7716..66f3e97d2964b80f6627ac328dde596670329bde 100644
--- a/ui/wm/core/cursor_manager_unittest.cc
+++ b/ui/wm/core/cursor_manager_unittest.cc
@@ -5,8 +5,8 @@
#include "ui/wm/core/cursor_manager.h"
#include "ui/aura/client/cursor_client_observer.h"
-#include "ui/aura/test/aura_test_base.h"
#include "ui/wm/core/native_cursor_manager.h"
+#include "ui/wm/test/wm_test_base.h"
namespace {
@@ -50,7 +50,7 @@ class TestingCursorManager : public wm::NativeCursorManager {
} // namespace
-class CursorManagerTest : public aura::test::AuraTestBase {
+class CursorManagerTest : public wm::WMTestBase {
protected:
CursorManagerTest()
: delegate_(new TestingCursorManager),
« no previous file with comments | « ui/wm/core/cursor_manager.h ('k') | ui/wm/core/default_activation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698