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

Unified Diff: ash/wm/switchable_windows.h

Issue 2861243003: chromeos: Converts WorkspaceLayoutManager to aura::LayoutManager (Closed)
Patch Set: moar Created 3 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
Index: ash/wm/switchable_windows.h
diff --git a/ash/wm/switchable_windows.h b/ash/wm/switchable_windows.h
index 4fc868a24ef3b8b17ca547b4b78fd40b187d9c96..0b87af724487fb9f9b443367da7fa0d7bf4aaae6 100644
--- a/ash/wm/switchable_windows.h
+++ b/ash/wm/switchable_windows.h
@@ -10,10 +10,11 @@
#include "ash/ash_export.h"
#include "base/macros.h"
-namespace ash {
-
-class WmWindow;
+namespace aura {
+class Window;
+}
+namespace ash {
namespace wm {
// List of containers which contain windows that can be switched via Alt+Tab to.
@@ -23,7 +24,7 @@ ASH_EXPORT extern const int kSwitchableWindowContainerIds[];
ASH_EXPORT extern const size_t kSwitchableWindowContainerIdsLength;
// Returns true if |window| is a container for windows which can be switched to.
-ASH_EXPORT bool IsSwitchableContainer(const WmWindow* window);
+ASH_EXPORT bool IsSwitchableContainer(const aura::Window* window);
} // namespace wm
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698