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

Unified Diff: ash/wm/overview/window_selector_controller.cc

Issue 22929034: Relocate and refactor overview mode files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra newline Created 7 years, 4 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/wm/overview/window_selector_controller.h ('k') | ash/wm/overview/window_selector_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_controller.cc
diff --git a/ash/wm/window_selector_controller.cc b/ash/wm/overview/window_selector_controller.cc
similarity index 97%
rename from ash/wm/window_selector_controller.cc
rename to ash/wm/overview/window_selector_controller.cc
index e6cd3837a64e5b0241c899ce1317a84d7663d3cb..a04669f250aca12a4e486f698a866a566cc49e8e 100644
--- a/ash/wm/window_selector_controller.cc
+++ b/ash/wm/overview/window_selector_controller.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/window_selector_controller.h"
+#include "ash/wm/overview/window_selector_controller.h"
#include "ash/session_state_delegate.h"
#include "ash/shell.h"
#include "ash/wm/mru_window_tracker.h"
-#include "ash/wm/window_selector.h"
+#include "ash/wm/overview/window_selector.h"
#include "ash/wm/window_util.h"
#include "ui/base/events/event.h"
#include "ui/base/events/event_handler.h"
« no previous file with comments | « ash/wm/overview/window_selector_controller.h ('k') | ash/wm/overview/window_selector_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698