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

Unified Diff: mash/wm/frame/move_loop_unittest.cc

Issue 1459653002: Gets mustash frames looking like that of ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test Created 5 years, 1 month 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/frame/move_loop.cc ('k') | mash/wm/frame/non_client_frame_view_mash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/frame/move_loop_unittest.cc
diff --git a/mash/wm/move_loop_unittest.cc b/mash/wm/frame/move_loop_unittest.cc
similarity index 97%
rename from mash/wm/move_loop_unittest.cc
rename to mash/wm/frame/move_loop_unittest.cc
index 462c7df7143165c4f3efefaac88a636a1ad6b2e1..86ca32c104c82c8a23912ac3006753df2a641565 100644
--- a/mash/wm/move_loop_unittest.cc
+++ b/mash/wm/frame/move_loop_unittest.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/move_loop.h"
+#include "mash/wm/frame/move_loop.h"
#include "components/mus/public/cpp/tests/test_window.h"
#include "mojo/converters/input_events/input_events_type_converters.h"
@@ -13,6 +13,9 @@
using MoveLoopTest = testing::Test;
+namespace mash {
+namespace wm {
+
namespace {
// Sets the client area for |window|. Padding is provided on the top so that
@@ -177,3 +180,6 @@ TEST_F(MoveLoopTest, Move) {
ASSERT_EQ(data[i].expected_bounds, window.bounds());
}
}
+
+} // namespace wm
+} // namespace mash
« no previous file with comments | « mash/wm/frame/move_loop.cc ('k') | mash/wm/frame/non_client_frame_view_mash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698