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

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

Issue 2115663002: Folds methods in WmShellCommon to WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | 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/mus/wm/mru_window_tracker_unittest.cc b/ash/mus/wm/mru_window_tracker_unittest.cc
index fd8a1bffed645d3f6890c562b9733f74f7476a70..b10efceaa774da76ae637ffd44e096888605b96f 100644
--- a/ash/mus/wm/mru_window_tracker_unittest.cc
+++ b/ash/mus/wm/mru_window_tracker_unittest.cc
@@ -24,7 +24,7 @@ class MruWindowTrackerTest : public mus::WmTestBase {
}
MruWindowTracker* mru_window_tracker() {
- return WmShell::Get()->GetMruWindowTracker();
+ return WmShell::Get()->mru_window_tracker();
}
private:
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698