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

Unified Diff: ash/mus/wm/window_manager_impl.h

Issue 1641003002: [exp] ash: Ash in Mus. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge Created 4 years, 11 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/wm/window_manager_application.cc ('k') | ash/mus/wm/window_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/wm/window_manager_impl.h
diff --git a/mash/wm/window_manager_impl.h b/ash/mus/wm/window_manager_impl.h
similarity index 88%
copy from mash/wm/window_manager_impl.h
copy to ash/mus/wm/window_manager_impl.h
index 13ac114fa8624d2d4e5618351ce3da113f71d0db..ed91c1b23c8d87f4e1642956dcb16794fad186fc 100644
--- a/mash/wm/window_manager_impl.h
+++ b/ash/mus/wm/window_manager_impl.h
@@ -1,9 +1,9 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MASH_WM_WINDOW_MANAGER_IMPL_H_
-#define MASH_WM_WINDOW_MANAGER_IMPL_H_
+#ifndef ASH_MUS_WM_WINDOW_MANAGER_IMPL_H_
+#define ASH_MUS_WM_WINDOW_MANAGER_IMPL_H_
#include <stdint.h>
@@ -13,8 +13,8 @@
#include "components/mus/public/cpp/window_observer.h"
#include "components/mus/public/interfaces/window_manager.mojom.h"
-namespace mash {
-namespace wm {
+namespace ash {
+namespace muswm {
class WindowManagerApplication;
@@ -62,7 +62,7 @@ class WindowManagerImpl : public mus::mojom::WindowManagerDeprecated,
DISALLOW_COPY_AND_ASSIGN(WindowManagerImpl);
};
-} // namespace wm
-} // namespace mash
+} // namespace muswm
+} // namespace ash
-#endif // MASH_WM_WINDOW_MANAGER_IMPL_H_
+#endif // ASH_MUS_WM_WINDOW_MANAGER_IMPL_H_
« no previous file with comments | « ash/mus/wm/window_manager_application.cc ('k') | ash/mus/wm/window_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698