| Index: ash/wm/resize_shadow_controller.h
|
| diff --git a/ash/wm/resize_shadow_controller.h b/ash/wm/resize_shadow_controller.h
|
| index 1eccf4c836428046b2aa5f2ab15990903c955dc4..2bd3f1227e7435d4248ca7033fafa9c3d3a3045e 100644
|
| --- a/ash/wm/resize_shadow_controller.h
|
| +++ b/ash/wm/resize_shadow_controller.h
|
| @@ -18,8 +18,6 @@ class Window;
|
| }
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| class ResizeShadow;
|
|
|
| // ResizeShadowController observes changes to resizable windows and shows
|
| @@ -59,7 +57,6 @@ class ASH_EXPORT ResizeShadowController : public aura::WindowObserver {
|
| DISALLOW_COPY_AND_ASSIGN(ResizeShadowController);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_WM_RESIZE_SHADOW_CONTROLLER_H_
|
|
|