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

Unified Diff: components/exo/display.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: components/exo/display.cc
diff --git a/components/exo/display.cc b/components/exo/display.cc
index a5edfb13e55f9157b0c339d04267a05d4d42d5d7..c9fcc612a0ba8c1998d92a6decb3d5d76724347c 100644
--- a/components/exo/display.cc
+++ b/components/exo/display.cc
@@ -7,7 +7,7 @@
#include <iterator>
#include <utility>
-#include "ash/common/wm/wm_shell_window_ids.h"
+#include "ash/common/shell_window_ids.h"
#include "base/command_line.h"
#include "base/memory/ptr_util.h"
#include "base/trace_event/trace_event.h"

Powered by Google App Engine
This is Rietveld 408576698