Commit 59dea2ef authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

chromeos: moves arc_custom_tab_view_classic to arc_custom_tab_view

This is rename step 1. Step 2 will actually rename class.

BUG=958135
TEST=covered by tests
TBR=mukai@chromium.org

Change-Id: I82839b1fe8bd7cc1c1449164b56fe3604983c1e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601318Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Auto-Submit: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#657730}
parent a01e35c4
...@@ -194,8 +194,8 @@ component("ash") { ...@@ -194,8 +194,8 @@ component("ash") {
"cancel_mode.h", "cancel_mode.h",
"cast_config_controller.cc", "cast_config_controller.cc",
"cast_config_controller.h", "cast_config_controller.h",
"custom_tab/arc_custom_tab_view_classic.cc", "custom_tab/arc_custom_tab_view.cc",
"custom_tab/arc_custom_tab_view_classic.h", "custom_tab/arc_custom_tab_view.h",
"dbus/ash_dbus_helper.cc", "dbus/ash_dbus_helper.cc",
"dbus/ash_dbus_helper.h", "dbus/ash_dbus_helper.h",
"dbus/ash_dbus_services.cc", "dbus/ash_dbus_services.cc",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "ash/custom_tab/arc_custom_tab_view_classic.h" #include "ash/custom_tab/arc_custom_tab_view.h"
#include <memory> #include <memory>
#include <string> #include <string>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef ASH_CUSTOM_TAB_ARC_CUSTOM_TAB_VIEW_CLASSIC_H_ #ifndef ASH_CUSTOM_TAB_ARC_CUSTOM_TAB_VIEW_H_
#define ASH_CUSTOM_TAB_ARC_CUSTOM_TAB_VIEW_CLASSIC_H_ #define ASH_CUSTOM_TAB_ARC_CUSTOM_TAB_VIEW_H_
#include <memory> #include <memory>
...@@ -80,4 +80,4 @@ class ArcCustomTabViewClassic : public ArcCustomTab, ...@@ -80,4 +80,4 @@ class ArcCustomTabViewClassic : public ArcCustomTab,
} // namespace ash } // namespace ash
#endif // ASH_CUSTOM_TAB_ARC_CUSTOM_TAB_VIEW_CLASSIC_H_ #endif // ASH_CUSTOM_TAB_ARC_CUSTOM_TAB_VIEW_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