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

Unified Diff: ash/shelf/shelf_util.h

Issue 1914093002: Refactors DockedWindowLayoutManager in terms of ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nuke_aura_window
Patch Set: merge 2 trunk Created 4 years, 8 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/shelf/shelf_util.h
diff --git a/ash/shelf/shelf_util.h b/ash/shelf/shelf_util.h
index 65b893d8fa442616627ade0c62ae576cb2cd4e1b..32dd9fa393e18e1c9e59c361375cf575bfc1809c 100644
--- a/ash/shelf/shelf_util.h
+++ b/ash/shelf/shelf_util.h
@@ -56,7 +56,7 @@ ASH_EXPORT const ShelfItemDetails* GetShelfItemDetailsForWindow(
aura::Window* window);
// Returns true if the shelf |alignment| is horizontal.
-ASH_EXPORT bool IsHorizontalAlignment(ShelfAlignment alignment);
+ASH_EXPORT bool IsHorizontalAlignment(wm::ShelfAlignment alignment);
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698