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

Unified Diff: ash/root_window_controller.cc

Issue 1933303002: Moves windowsresizers to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WorkspaceWindowResizer 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/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 7febc28522d90bdbeaaee34ff1b2a685e5a7f6d7..3f1c005594f8de635cffff554cf186af721eda60 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -37,13 +37,13 @@
#include "ash/wm/common/always_on_top_controller.h"
#include "ash/wm/common/dock/docked_window_layout_manager.h"
#include "ash/wm/common/fullscreen_window_finder.h"
+#include "ash/wm/common/panels/panel_layout_manager.h"
#include "ash/wm/common/switchable_windows.h"
#include "ash/wm/common/window_state.h"
#include "ash/wm/common/workspace/workspace_layout_manager.h"
#include "ash/wm/common/workspace/workspace_layout_manager_delegate.h"
#include "ash/wm/lock_layout_manager.h"
#include "ash/wm/panels/attached_panel_window_targeter.h"
-#include "ash/wm/panels/panel_layout_manager.h"
#include "ash/wm/panels/panel_window_event_handler.h"
#include "ash/wm/root_window_layout_manager.h"
#include "ash/wm/stacking_controller.h"

Powered by Google App Engine
This is Rietveld 408576698