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

Unified Diff: ash/mus/test/wm_test_screen.cc

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/test/wm_test_screen.h ('k') | ash/mus/user_window_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_screen.cc
diff --git a/mash/wm/test/wm_test_screen.cc b/ash/mus/test/wm_test_screen.cc
similarity index 95%
rename from mash/wm/test/wm_test_screen.cc
rename to ash/mus/test/wm_test_screen.cc
index e4dce60f22b118f830352e7a1771feeff700dd54..ba51b815c400f859f9e2c5c51c957a5c1f182bef 100644
--- a/mash/wm/test/wm_test_screen.cc
+++ b/ash/mus/test/wm_test_screen.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mash/wm/test/wm_test_screen.h"
+#include "ash/mus/test/wm_test_screen.h"
#include "ui/aura/window.h"
#include "ui/display/display_finder.h"
@@ -10,8 +10,8 @@
#undef NOTIMPLEMENTED
#define NOTIMPLEMENTED() DVLOG(1) << "notimplemented"
-namespace mash {
-namespace wm {
+namespace ash {
+namespace mus {
WmTestScreen::WmTestScreen() {
display::Screen::SetScreenInstance(this);
@@ -80,5 +80,5 @@ void WmTestScreen::RemoveObserver(display::DisplayObserver* observer) {
display_list_.RemoveObserver(observer);
}
-} // namespace wm
-} // namespace mash
+} // namespace mus
+} // namespace ash
« no previous file with comments | « ash/mus/test/wm_test_screen.h ('k') | ash/mus/user_window_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698