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_ |