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

Unified Diff: ash/wm/lock_layout_manager.h

Issue 2118593002: mash: Migrate ShellDelegate ownership and access to WmShell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 5 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/lock_layout_manager.h
diff --git a/ash/wm/lock_layout_manager.h b/ash/wm/lock_layout_manager.h
index ff579890dc323426e34cff2781ad9b45c5c6b1c2..6eb0cae1af5a7d6a39f9b32907b5a0db514a87fc 100644
--- a/ash/wm/lock_layout_manager.h
+++ b/ash/wm/lock_layout_manager.h
@@ -6,10 +6,9 @@
#define ASH_WM_LOCK_LAYOUT_MANAGER_H_
#include "ash/ash_export.h"
+#include "ash/common/shell_delegate.h"
#include "ash/common/wm/wm_types.h"
-#include "ash/shell_delegate.h"
#include "ash/snap_to_pixel_layout_manager.h"
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "ui/aura/layout_manager.h"
#include "ui/aura/window_observer.h"

Powered by Google App Engine
This is Rietveld 408576698