Commit bc2758b4 authored by James Cook's avatar James Cook Committed by Commit Bot

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: default avatarXiyuan Xia <xiyuan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589538}
parent 4a02d663
......@@ -1143,8 +1143,8 @@ component("ash") {
"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",
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment