[go: nahoru, domu]

chromeos: Rename native_cursor_manager_ash_classic.h/cc

To match the new class names. Doing this in two steps helps git track
the file renames more easily.

Bug: 866532
Change-Id: Iae46af10438336f2ec182c863498d0eeb1c3a29c
Reviewed-on: https://chromium-review.googlesource.com/1212100
Commit-Queue: James Cook <jamescook@chromium.org>
Reviewed-by: Xiyuan Xia <xiyuan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589538}
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index a0f2c40..24aa970 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -1143,8 +1143,8 @@
     "wm/lock_window_state.cc",
     "wm/lock_window_state.h",
     "wm/mru_window_tracker.cc",
-    "wm/native_cursor_manager_ash_classic.cc",
-    "wm/native_cursor_manager_ash_classic.h",
+    "wm/native_cursor_manager_ash.cc",
+    "wm/native_cursor_manager_ash.h",
     "wm/non_client_frame_controller.cc",
     "wm/non_client_frame_controller.h",
     "wm/overlay_event_filter.cc",
diff --git a/ash/shell.cc b/ash/shell.cc
index 923b6f6..8773c1a 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -134,7 +134,7 @@
 #include "ash/wm/immersive_handler_factory_ash.h"
 #include "ash/wm/lock_state_controller.h"
 #include "ash/wm/mru_window_tracker.h"
-#include "ash/wm/native_cursor_manager_ash_classic.h"
+#include "ash/wm/native_cursor_manager_ash.h"
 #include "ash/wm/non_client_frame_controller.h"
 #include "ash/wm/overlay_event_filter.h"
 #include "ash/wm/overview/window_selector_controller.h"
diff --git a/ash/wm/cursor_manager_test_api.cc b/ash/wm/cursor_manager_test_api.cc
index 194a1b7..019a202 100644
--- a/ash/wm/cursor_manager_test_api.cc
+++ b/ash/wm/cursor_manager_test_api.cc
@@ -6,7 +6,7 @@
 
 #include "ash/shell.h"
 #include "ash/shell_test_api.h"
-#include "ash/wm/native_cursor_manager_ash_classic.h"
+#include "ash/wm/native_cursor_manager_ash.h"
 #include "ui/base/cursor/image_cursors.h"
 #include "ui/display/display.h"
 #include "ui/wm/core/cursor_manager.h"
diff --git a/ash/wm/native_cursor_manager_ash_classic.cc b/ash/wm/native_cursor_manager_ash.cc
similarity index 98%
rename from ash/wm/native_cursor_manager_ash_classic.cc
rename to ash/wm/native_cursor_manager_ash.cc
index f6d7fc7..e89b258 100644
--- a/ash/wm/native_cursor_manager_ash_classic.cc
+++ b/ash/wm/native_cursor_manager_ash.cc
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "ash/wm/native_cursor_manager_ash_classic.h"
+#include "ash/wm/native_cursor_manager_ash.h"
 
 #include "ash/display/cursor_window_controller.h"
 #include "ash/display/window_tree_host_manager.h"
diff --git a/ash/wm/native_cursor_manager_ash_classic.h b/ash/wm/native_cursor_manager_ash.h
similarity index 100%
rename from ash/wm/native_cursor_manager_ash_classic.h
rename to ash/wm/native_cursor_manager_ash.h
diff --git a/ash/wm/native_cursor_manager_ash_interactive_uitest.cc b/ash/wm/native_cursor_manager_ash_interactive_uitest.cc
index 10447a8..3b96204 100644
--- a/ash/wm/native_cursor_manager_ash_interactive_uitest.cc
+++ b/ash/wm/native_cursor_manager_ash_interactive_uitest.cc
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "ash/wm/native_cursor_manager_ash_classic.h"
+#include "ash/wm/native_cursor_manager_ash.h"
 
 #include "ash/shell.h"
 #include "ash/test/ash_interactive_ui_test_base.h"
diff --git a/ash/wm/native_cursor_manager_ash_unittest.cc b/ash/wm/native_cursor_manager_ash_unittest.cc
index 297267e..a1b32926 100644
--- a/ash/wm/native_cursor_manager_ash_unittest.cc
+++ b/ash/wm/native_cursor_manager_ash_unittest.cc
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "ash/wm/native_cursor_manager_ash_classic.h"
+#include "ash/wm/native_cursor_manager_ash.h"
 
 #include "ash/display/display_util.h"
 #include "ash/shell.h"