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

Unified Diff: ash/wm/common/workspace/workspace_layout_manager.cc

Issue 1926913002: Moves more code to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_workspace_layout_manager
Patch Set: merge to trunk Created 4 years, 8 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
Index: ash/wm/common/workspace/workspace_layout_manager.cc
diff --git a/ash/wm/workspace/workspace_layout_manager.cc b/ash/wm/common/workspace/workspace_layout_manager.cc
similarity index 98%
rename from ash/wm/workspace/workspace_layout_manager.cc
rename to ash/wm/common/workspace/workspace_layout_manager.cc
index bf389a7744435a0ee0f4ff3c9c71f25fa2cbcfcd..b5022c0f7152ce9ab444f38c2d6f3600de85c3e7 100644
--- a/ash/wm/workspace/workspace_layout_manager.cc
+++ b/ash/wm/common/workspace/workspace_layout_manager.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/workspace/workspace_layout_manager.h"
+#include "ash/wm/common/workspace/workspace_layout_manager.h"
#include <algorithm>
-#include "ash/wm/always_on_top_controller.h"
+#include "ash/wm/common/always_on_top_controller.h"
#include "ash/wm/common/fullscreen_window_finder.h"
+#include "ash/wm/common/window_positioner.h"
#include "ash/wm/common/window_state.h"
#include "ash/wm/common/wm_event.h"
#include "ash/wm/common/wm_globals.h"
@@ -15,9 +16,8 @@
#include "ash/wm/common/wm_screen_util.h"
#include "ash/wm/common/wm_window.h"
#include "ash/wm/common/wm_window_property.h"
+#include "ash/wm/common/workspace/workspace_layout_manager_backdrop_delegate.h"
#include "ash/wm/common/workspace/workspace_layout_manager_delegate.h"
-#include "ash/wm/window_positioner.h"
-#include "ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h"
#include "ui/compositor/layer.h"
#include "ui/keyboard/keyboard_controller_observer.h"

Powered by Google App Engine
This is Rietveld 408576698