Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2883)

Unified Diff: ash/wm/resize_shadow.h

Issue 196063002: Move wm/core to wm namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/panels/panel_window_resizer_unittest.cc ('k') | ash/wm/resize_shadow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/resize_shadow.h
diff --git a/ash/wm/resize_shadow.h b/ash/wm/resize_shadow.h
index f61f393b572594893759bfb385a794f774f83ed8..8b05d92dbfd992de50e3a6e7d8a43e345bff3eb7 100644
--- a/ash/wm/resize_shadow.h
+++ b/ash/wm/resize_shadow.h
@@ -17,11 +17,9 @@ class Rect;
namespace ui {
class Layer;
}
-namespace views {
-namespace corewm {
+namespace wm {
class ImageGrid;
}
-}
namespace ash {
namespace internal {
@@ -53,7 +51,7 @@ class ResizeShadow {
private:
// Images for the shadow effect.
- scoped_ptr<views::corewm::ImageGrid> image_grid_;
+ scoped_ptr< ::wm::ImageGrid> image_grid_;
// Hit test value from last call to ShowForHitTest(). Used to prevent
// repeatedly triggering the same animations for the same hit.
« no previous file with comments | « ash/wm/panels/panel_window_resizer_unittest.cc ('k') | ash/wm/resize_shadow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698