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

Unified Diff: mash/wm/bridge/wm_window_mus.h

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « mash/wm/bridge/wm_shelf_mus.h ('k') | mash/wm/bridge/wm_window_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/bridge/wm_window_mus.h
diff --git a/mash/wm/bridge/wm_window_mus.h b/mash/wm/bridge/wm_window_mus.h
index 6bb0dbfc0f309565a0cfba75c89a342b8305dff7..6fb69f7f05cadc9ed75298d5651c8c7825b6d606 100644
--- a/mash/wm/bridge/wm_window_mus.h
+++ b/mash/wm/bridge/wm_window_mus.h
@@ -7,7 +7,7 @@
#include <memory>
-#include "ash/wm/common/wm_window.h"
+#include "ash/common/wm/wm_window.h"
#include "base/macros.h"
#include "base/observer_list.h"
#include "components/mus/public/cpp/window_observer.h"
@@ -228,7 +228,7 @@ class WmWindowMus : public ash::wm::WmWindow, public mus::WindowObserver {
mus::Window* window_;
// The shell window id of this window. Shell window ids are defined in
- // ash/wm/common/wm_shell_window_ids.h.
+ // ash/common/wm/wm_shell_window_ids.h.
int shell_window_id_ = -1;
std::unique_ptr<ash::wm::WindowState> window_state_;
« no previous file with comments | « mash/wm/bridge/wm_shelf_mus.h ('k') | mash/wm/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698