| Index: ui/wm/core/image_grid.cc
|
| diff --git a/ui/wm/core/image_grid.cc b/ui/wm/core/image_grid.cc
|
| index 4650a9ff6f1c12cd908a147a69c09785c951a7c0..414a2a602a2601fa7116b5de6dbd7d8eb6c733fa 100644
|
| --- a/ui/wm/core/image_grid.cc
|
| +++ b/ui/wm/core/image_grid.cc
|
| @@ -20,8 +20,7 @@
|
| using std::max;
|
| using std::min;
|
|
|
| -namespace views {
|
| -namespace corewm {
|
| +namespace wm {
|
|
|
| gfx::RectF ImageGrid::TestAPI::GetTransformedLayerBounds(
|
| const ui::Layer& layer) {
|
| @@ -304,5 +303,4 @@ void ImageGrid::ScaleHeight(gfx::Size center,
|
| transform.Scale(1.0, scale);
|
| }
|
|
|
| -} // namespace corewm
|
| -} // namespace views
|
| +} // namespace wm
|
|
|