summaryrefslogtreecommitdiffstats
path: root/ash/wm/resize_shadow.h
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 22:54:17 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 22:54:17 +0000
commit1bb2aa70728ab0b8917b9c44284bd22f591b1ea0 (patch)
tree3d1c20241b5236a9e6911f1ef01629268259a201 /ash/wm/resize_shadow.h
parent78887cf9abd2a730fe4a784ddfe3251929717cc3 (diff)
downloadchromium_src-1bb2aa70728ab0b8917b9c44284bd22f591b1ea0.zip
chromium_src-1bb2aa70728ab0b8917b9c44284bd22f591b1ea0.tar.gz
chromium_src-1bb2aa70728ab0b8917b9c44284bd22f591b1ea0.tar.bz2
Revert "Move wm/core to wm namespace."
This reverts commit 067d7fe616a07011b9e2d2609fc65af8db6a7dfb. Broke the build: http://build.chromium.org/p/chromium.mac/builders/Mac%20Builder%20%28dbg%29/builds/63598/steps/compile/logs/stdio BUG= TBR=ben Review URL: https://codereview.chromium.org/198283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256686 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/resize_shadow.h')
-rw-r--r--ash/wm/resize_shadow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ash/wm/resize_shadow.h b/ash/wm/resize_shadow.h
index 8b05d92..f61f393 100644
--- a/ash/wm/resize_shadow.h
+++ b/ash/wm/resize_shadow.h
@@ -17,9 +17,11 @@ class Rect;
namespace ui {
class Layer;
}
-namespace wm {
+namespace views {
+namespace corewm {
class ImageGrid;
}
+}
namespace ash {
namespace internal {
@@ -51,7 +53,7 @@ class ResizeShadow {
private:
// Images for the shadow effect.
- scoped_ptr< ::wm::ImageGrid> image_grid_;
+ scoped_ptr<views::corewm::ImageGrid> image_grid_;
// Hit test value from last call to ShowForHitTest(). Used to prevent
// repeatedly triggering the same animations for the same hit.