Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / drag_drop / drag_image_view.h
index 0457847..fd5382e 100644 (file)
@@ -13,7 +13,6 @@ class Widget;
 }
 
 namespace ash {
-namespace internal {
 
 // This class allows to show a (native) view always on top of everything. It
 // does this by creating a widget and setting the content as the given view. The
@@ -72,7 +71,6 @@ class DragImageView : public views::ImageView {
   DISALLOW_COPY_AND_ASSIGN(DragImageView);
 };
 
-}  // namespace internal
 }  // namespace ash
 
 #endif  // ASH_DRAG_DROP_DRAG_IMAGE_VIEW_H_