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

Unified Diff: ash/common/wm/window_cycle_controller.cc

Issue 2157393002: Moves WindowCycleList/Controller to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback and std::move Created 4 years, 5 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 | « ash/common/wm/window_cycle_controller.h ('k') | ash/common/wm/window_cycle_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/window_cycle_controller.cc
diff --git a/ash/wm/window_cycle_controller.cc b/ash/common/wm/window_cycle_controller.cc
similarity index 96%
rename from ash/wm/window_cycle_controller.cc
rename to ash/common/wm/window_cycle_controller.cc
index b487fe5183ddb19bfe63ba34f00664d192ed4703..6135f600aa34ceb59e4e0db89ed6bcd3abe0e9b7 100644
--- a/ash/wm/window_cycle_controller.cc
+++ b/ash/common/wm/window_cycle_controller.cc
@@ -2,15 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/window_cycle_controller.h"
+#include "ash/common/wm/window_cycle_controller.h"
#include "ash/common/metrics/task_switch_source.h"
#include "ash/common/session/session_state_delegate.h"
#include "ash/common/wm/mru_window_tracker.h"
#include "ash/common/wm/window_cycle_event_filter.h"
+#include "ash/common/wm/window_cycle_list.h"
#include "ash/common/wm_shell.h"
-#include "ash/shell.h"
-#include "ash/wm/window_cycle_list.h"
#include "base/metrics/histogram.h"
namespace ash {
« no previous file with comments | « ash/common/wm/window_cycle_controller.h ('k') | ash/common/wm/window_cycle_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698