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

Unified Diff: ash/common/wm/mru_window_tracker.h

Issue 2045793002: Moves MruWindowTracker into common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mru_window_tracker
Patch Set: not relative 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/aura/wm_shell_aura.cc ('k') | ash/common/wm/mru_window_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/mru_window_tracker.h
diff --git a/ash/wm/mru_window_tracker.h b/ash/common/wm/mru_window_tracker.h
similarity index 93%
rename from ash/wm/mru_window_tracker.h
rename to ash/common/wm/mru_window_tracker.h
index 3c0fc0a5692f5216bdf1af8296024948bb38687e..ccf0a233d3e4dfc97c5ff349b97771567d1634b2 100644
--- a/ash/wm/mru_window_tracker.h
+++ b/ash/common/wm/mru_window_tracker.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_MRU_WINDOW_TRACKER_H_
-#define ASH_WM_MRU_WINDOW_TRACKER_H_
+#ifndef ASH_COMMON_WM_MRU_WINDOW_TRACKER_H_
+#define ASH_COMMON_WM_MRU_WINDOW_TRACKER_H_
#include <list>
#include <vector>
@@ -65,4 +65,4 @@ class ASH_EXPORT MruWindowTracker : public WmActivationObserver,
} // namespace ash
-#endif // ASH_WM_MRU_WINDOW_TRACKER_H_
+#endif // ASH_COMMON_WM_MRU_WINDOW_TRACKER_H_
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/common/wm/mru_window_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698