Index: ash/wm/resize_shadow.h |
diff --git a/ash/wm/resize_shadow.h b/ash/wm/resize_shadow.h |
index 8b05d92dbfd992de50e3a6e7d8a43e345bff3eb7..6add50f775562108164be449a362b8f3b6a06477 100644 |
--- a/ash/wm/resize_shadow.h |
+++ b/ash/wm/resize_shadow.h |
@@ -22,7 +22,6 @@ class ImageGrid; |
} |
namespace ash { |
-namespace internal { |
// A class to render the resize edge effect when the user moves their mouse |
// over a sizing edge. This is just a visual effect; the actual resize is |
@@ -60,7 +59,6 @@ class ResizeShadow { |
DISALLOW_COPY_AND_ASSIGN(ResizeShadow); |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_WM_RESIZE_SHADOW_H_ |