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

Unified Diff: mash/wm/bridge/wm_globals_mus.cc

Issue 2024313002: Moves mash/wm/public -> ash/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extra 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: mash/wm/bridge/wm_globals_mus.cc
diff --git a/mash/wm/bridge/wm_globals_mus.cc b/mash/wm/bridge/wm_globals_mus.cc
index 01f964933272d5b15b3e56dca032f9e8eeeaceb5..77da18a6d28926c326ffa37f701ff688203d3fab 100644
--- a/mash/wm/bridge/wm_globals_mus.cc
+++ b/mash/wm/bridge/wm_globals_mus.cc
@@ -4,6 +4,7 @@
#include "mash/wm/bridge/wm_globals_mus.h"
+#include "ash/public/interfaces/container.mojom.h"
msw 2016/06/01 01:51:42 q: I wonder if this is actually needed...
sky 2016/06/01 03:30:26 You are right. Removed.
#include "ash/wm/common/window_resizer.h"
#include "ash/wm/common/wm_activation_observer.h"
#include "ash/wm/common/wm_shell_window_ids.h"
@@ -15,7 +16,6 @@
#include "mash/wm/bridge/wm_window_mus.h"
#include "mash/wm/container_ids.h"
#include "mash/wm/drag_window_resizer.h"
-#include "mash/wm/public/interfaces/container.mojom.h"
#include "mash/wm/root_window_controller.h"
namespace mash {

Powered by Google App Engine
This is Rietveld 408576698