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

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

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests 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
Index: ash/common/wm/container_finder.h
diff --git a/ash/common/wm/container_finder.h b/ash/common/wm/container_finder.h
index 980b100c47752ea8f4917fae112d2e3d1f6378de..12c5aabef88e05fbc61bf5e74a984ecb4c8a626b 100644
--- a/ash/common/wm/container_finder.h
+++ b/ash/common/wm/container_finder.h
@@ -12,10 +12,11 @@ class Rect;
}
namespace ash {
-namespace wm {
class WmWindow;
+namespace wm {
+
// Returns the first ancestor of |window| that has a known type.
ASH_EXPORT WmWindow* GetContainerForWindow(WmWindow* window);

Powered by Google App Engine
This is Rietveld 408576698