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

Unified Diff: ash/wm/native_cursor_manager_ash_interactive_uitest.cc

Issue 2932563002: Implement cursor changing on Mushrome (Closed)
Patch Set: why would you put that there Created 3 years, 6 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: ash/wm/native_cursor_manager_ash_interactive_uitest.cc
diff --git a/ash/wm/ash_native_cursor_manager_interactive_uitest.cc b/ash/wm/native_cursor_manager_ash_interactive_uitest.cc
similarity index 93%
rename from ash/wm/ash_native_cursor_manager_interactive_uitest.cc
rename to ash/wm/native_cursor_manager_ash_interactive_uitest.cc
index 62a07c470f19fd4fdf95e31040c3aa5061a02543..a264666fa88da0fb4e4af565dc3f46a69b6569ae 100644
--- a/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
+++ b/ash/wm/native_cursor_manager_ash_interactive_uitest.cc
@@ -1,7 +1,7 @@
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/ash_native_cursor_manager.h"
+#include "ash/wm/native_cursor_manager_ash.h"
James Cook 2017/06/13 00:49:27 nit: blank line above
Elliot Glaysher 2017/06/13 18:05:45 Done.
#include "ash/shell.h"
#include "ash/test/ash_interactive_ui_test_base.h"
@@ -21,7 +21,7 @@
namespace ash {
-using AshNativeCursorManagerTest = test::AshInteractiveUITestBase;
+using NativeCursorManagerAshTest = test::AshInteractiveUITestBase;
namespace {
@@ -55,7 +55,7 @@ void MoveMouseSync(aura::Window* window, int x, int y) {
#define MAYBE_CursorChangeOnEnterNotify DISABLED_CursorChangeOnEnterNotify
#endif
-TEST_F(AshNativeCursorManagerTest, MAYBE_CursorChangeOnEnterNotify) {
+TEST_F(NativeCursorManagerAshTest, MAYBE_CursorChangeOnEnterNotify) {
::wm::CursorManager* cursor_manager = Shell::Get()->cursor_manager();
test::CursorManagerTestApi test_api(cursor_manager);

Powered by Google App Engine
This is Rietveld 408576698