| Index: components/mus/view_locator.h
|
| diff --git a/components/mus/view_locator.h b/components/mus/view_locator.h
|
| index 883c625a4b43c1d2eef0903a7a25d25baeed0d06..c974834a37e855c072b5f81e3a088edbf1626a8a 100644
|
| --- a/components/mus/view_locator.h
|
| +++ b/components/mus/view_locator.h
|
| @@ -9,7 +9,7 @@
|
| class Point;
|
| }
|
|
|
| -namespace mus {
|
| +namespace view_manager {
|
|
|
| class ServerView;
|
|
|
| @@ -19,6 +19,6 @@
|
| ServerView* FindDeepestVisibleView(ServerView* view,
|
| const gfx::Point& location);
|
|
|
| -} // namespace mus
|
| +} // namespace view_manager
|
|
|
| #endif // COMPONENTS_MUS_VIEW_LOCATOR_H_
|
|
|