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

Unified Diff: ash/mus/root_windows_observer.h

Issue 2029883002: Moves mash/wm into ash/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_static_assert
Patch Set: move comment 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 | « ash/mus/root_window_controller.cc ('k') | ash/mus/screenlock_layout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/root_windows_observer.h
diff --git a/mash/wm/root_windows_observer.h b/ash/mus/root_windows_observer.h
similarity index 69%
rename from mash/wm/root_windows_observer.h
rename to ash/mus/root_windows_observer.h
index 5ce6547f883479548d8113b5d45f995e33967bb1..9df111159a945cce0b7168a63f72982469352be6 100644
--- a/mash/wm/root_windows_observer.h
+++ b/ash/mus/root_windows_observer.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MASH_WM_ROOT_WINDOW_OBSERVERS_H_
-#define MASH_WM_ROOT_WINDOW_OBSERVERS_H_
+#ifndef ASH_MUS_ROOT_WINDOW_OBSERVERS_H_
+#define ASH_MUS_ROOT_WINDOW_OBSERVERS_H_
-namespace mash {
-namespace wm {
+namespace ash {
+namespace mus {
class RootWindowController;
@@ -20,7 +20,7 @@ class RootWindowsObserver {
~RootWindowsObserver() {}
};
-} // namespace wm
-} // namespace mash
+} // namespace mus
+} // namespace ash
-#endif // MASH_WM_ROOT_WINDOW_OBSERVERS_H_
+#endif // ASH_MUS_ROOT_WINDOW_OBSERVERS_H_
« no previous file with comments | « ash/mus/root_window_controller.cc ('k') | ash/mus/screenlock_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698