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

Unified Diff: ash/mus/wm/mru_window_tracker_unittest.cc

Issue 2042423002: Copies MruWindowTrackerTest over for mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/wm/mru_window_tracker_unittest.cc
diff --git a/ash/wm/mru_window_tracker_unittest.cc b/ash/mus/wm/mru_window_tracker_unittest.cc
similarity index 93%
copy from ash/wm/mru_window_tracker_unittest.cc
copy to ash/mus/wm/mru_window_tracker_unittest.cc
index abd2cfe4bff7d0c6f5d5b44c0bbb7928d25a40f2..14562b0f847bd1e61fd3b334897977e255150383 100644
--- a/ash/wm/mru_window_tracker_unittest.cc
+++ b/ash/mus/wm/mru_window_tracker_unittest.cc
@@ -4,16 +4,12 @@
#include "ash/common/wm/mru_window_tracker.h"
-#include "ash/aura/wm_window_aura.h"
#include "ash/common/shell_window_ids.h"
#include "ash/common/wm/window_state.h"
-#include "ash/shell.h"
-#include "ash/test/ash_test_base.h"
-#include "ash/wm/window_state_aura.h"
-#include "ash/wm/window_util.h"
-#include "ui/aura/window.h"
+#include "ash/common/wm_shell.h"
+#include "ash/mus/bridge/wm_window_mus.h"
+#include "ash/mus/test/wm_test_base.h"
#include "ui/base/hit_test.h"
-#include "ui/views/widget/widget.h"
namespace ash {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698