| Index: components/mus/view_coordinate_conversions.cc
|
| diff --git a/components/mus/view_coordinate_conversions.cc b/components/mus/view_coordinate_conversions.cc
|
| index 20d2060907430c89e4c1e4a636a537b00754c0e5..445d76210b2e06d8284d03b0c92f6b5b5cba8db6 100644
|
| --- a/components/mus/view_coordinate_conversions.cc
|
| +++ b/components/mus/view_coordinate_conversions.cc
|
| @@ -12,7 +12,7 @@
|
| #include "ui/gfx/geometry/vector2d.h"
|
| #include "ui/gfx/geometry/vector2d_f.h"
|
|
|
| -namespace view_manager {
|
| +namespace mus {
|
|
|
| namespace {
|
|
|
| @@ -66,4 +66,4 @@ gfx::Rect ConvertRectBetweenViews(const ServerView* from,
|
| bottom_right.y() - top_left.y());
|
| }
|
|
|
| -} // namespace view_manager
|
| +} // namespace mus
|
|
|