| Index: ash/common/wm/container_finder.h
|
| diff --git a/ash/common/wm/container_finder.h b/ash/common/wm/container_finder.h
|
| index 12c5aabef88e05fbc61bf5e74a984ecb4c8a626b..e8e7683f8784b3f7b870c3c414da31127916f45a 100644
|
| --- a/ash/common/wm/container_finder.h
|
| +++ b/ash/common/wm/container_finder.h
|
| @@ -17,7 +17,7 @@ class WmWindow;
|
|
|
| namespace wm {
|
|
|
| -// Returns the first ancestor of |window| that has a known type.
|
| +// Returns the first ancestor of |window| that has a known container ID.
|
| ASH_EXPORT WmWindow* GetContainerForWindow(WmWindow* window);
|
|
|
| // Returns the parent to add |window| to in |context|. This is generally
|
|
|