Index: ash/wm/resize_shadow.cc |
diff --git a/ash/wm/resize_shadow.cc b/ash/wm/resize_shadow.cc |
index 65f6623e927d0f97428d50d1f93e139a22f6da7d..408db4ba5822e646160ab637ceca0bf40ef497c2 100644 |
--- a/ash/wm/resize_shadow.cc |
+++ b/ash/wm/resize_shadow.cc |
@@ -40,7 +40,6 @@ void ShowLayer(ui::Layer* layer, bool visible) { |
} // namespace |
namespace ash { |
-namespace internal { |
ResizeShadow::ResizeShadow() : last_hit_test_(HTNOWHERE) {} |
@@ -106,5 +105,4 @@ void ResizeShadow::Layout(const gfx::Rect& content_bounds) { |
image_grid_->SetContentBounds(local_bounds); |
} |
-} // namespace internal |
} // namespace ash |