| Index: ui/views/corewm/image_grid.cc
|
| ===================================================================
|
| --- ui/views/corewm/image_grid.cc (revision 167460)
|
| +++ ui/views/corewm/image_grid.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/image_grid.h"
|
| +#include "ui/views/corewm/image_grid.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -16,8 +16,8 @@
|
| using std::max;
|
| using std::min;
|
|
|
| -namespace ash {
|
| -namespace internal {
|
| +namespace views {
|
| +namespace corewm {
|
|
|
| gfx::Rect ImageGrid::TestAPI::GetTransformedLayerBounds(
|
| const ui::Layer& layer) {
|
| @@ -279,5 +279,5 @@
|
| layer_->Add(layer_ptr->get());
|
| }
|
|
|
| -} // namespace internal
|
| -} // namespace ash
|
| +} // namespace corewm
|
| +} // namespace views
|
|
|