diff options
Diffstat (limited to 'ash/drag_drop/drag_image_view.h')
-rw-r--r-- | ash/drag_drop/drag_image_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/drag_drop/drag_image_view.h b/ash/drag_drop/drag_image_view.h index 2e75034..fa1f4ee 100644 --- a/ash/drag_drop/drag_image_view.h +++ b/ash/drag_drop/drag_image_view.h @@ -12,7 +12,7 @@ namespace views { class Widget; } -namespace aura_shell { +namespace ash { namespace internal { class DragImageView : public views::ImageView { @@ -36,6 +36,6 @@ class DragImageView : public views::ImageView { }; } // namespace internal -} // namespace aura_shell +} // namespace ash #endif // ASH_DRAG_DROP_DRAG_IMAGE_VIEW_H_ |