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

Unified Diff: ash/shelf/shelf_layout_manager.cc

Issue 2025413002: Moves RootWindowControllerCommon and LayoutManager to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_root_window_controller_common
Patch Set: add back static_assert Created 4 years, 7 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/shelf/shelf_layout_manager.cc
diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc
index ee6ed02b8726283f0c8d89e2bd956f7ce4c8e494..836587b12a52888f9d68a9b2e1bbd474acfbf495 100644
--- a/ash/shelf/shelf_layout_manager.cc
+++ b/ash/shelf/shelf_layout_manager.cc
@@ -12,6 +12,7 @@
#include "ash/accelerators/accelerator_commands.h"
#include "ash/ash_switches.h"
+#include "ash/common/shell_window_ids.h"
#include "ash/common/wm/shelf/wm_shelf_util.h"
#include "ash/common/wm/window_state.h"
#include "ash/common/wm/wm_root_window_controller.h"
@@ -27,7 +28,6 @@
#include "ash/shelf/shelf_util.h"
#include "ash/shelf/shelf_widget.h"
#include "ash/shell.h"
-#include "ash/shell_window_ids.h"
#include "ash/system/status_area_widget.h"
#include "ash/wm/aura/wm_window_aura.h"
#include "ash/wm/gestures/shelf_gesture_handler.h"

Powered by Google App Engine
This is Rietveld 408576698