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

Unified Diff: ash/mus/bridge/wm_window_mus.h

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase Created 4 years, 2 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/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/container_ids.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_window_mus.h
diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
index 629fe2cf73a8cb1c062acc59cdc9ddd4bc536339..2b2d2251043d7e7a4c86dea2a18f1551615fb4e4 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -7,8 +7,8 @@
#include <memory>
-#include "ash/common/shell_window_ids.h"
#include "ash/common/wm_window.h"
+#include "ash/public/cpp/shell_window_ids.h"
#include "base/macros.h"
#include "base/observer_list.h"
#include "services/ui/public/cpp/window_observer.h"
@@ -275,7 +275,7 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver {
ui::Window* window_;
// The shell window id of this window. Shell window ids are defined in
- // ash/common/shell_window_ids.h.
+ // ash/public/cpp/shell_window_ids.h.
int shell_window_id_ = kShellWindowId_Invalid;
std::unique_ptr<wm::WindowState> window_state_;
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/container_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698