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

Unified Diff: ash/wm/dock/docked_window_layout_manager.cc

Issue 1920153003: Starts splitting out shell window ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prune_docked_layout_deps
Patch Set: merge 2 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
« no previous file with comments | « ash/wm/common/wm_window.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/dock/docked_window_layout_manager.cc
diff --git a/ash/wm/dock/docked_window_layout_manager.cc b/ash/wm/dock/docked_window_layout_manager.cc
index 714de13f74bfc257b836552cedc123e5a593cc80..343b6638d19c5092453f21dad49f9590a3ed3614 100644
--- a/ash/wm/dock/docked_window_layout_manager.cc
+++ b/ash/wm/dock/docked_window_layout_manager.cc
@@ -4,7 +4,6 @@
#include "ash/wm/dock/docked_window_layout_manager.h"
-#include "ash/shell_window_ids.h"
#include "ash/wm/common/shelf/wm_shelf.h"
#include "ash/wm/common/shelf/wm_shelf_constants.h"
#include "ash/wm/common/shelf/wm_shelf_observer.h"
@@ -12,6 +11,7 @@
#include "ash/wm/common/window_parenting_utils.h"
#include "ash/wm/common/wm_globals.h"
#include "ash/wm/common/wm_root_window_controller.h"
+#include "ash/wm/common/wm_shell_window_ids.h"
#include "ash/wm/common/wm_window.h"
#include "ash/wm/window_resizer.h"
#include "ash/wm/window_state.h"
« no previous file with comments | « ash/wm/common/wm_window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698