Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3510)

Unified Diff: ash/drag_drop/drag_image_view.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/drag_drop/drag_drop_tracker_unittest.cc ('k') | ash/drag_drop/drag_image_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/drag_drop/drag_image_view.h
diff --git a/ash/drag_drop/drag_image_view.h b/ash/drag_drop/drag_image_view.h
index 04578477e95b3f5e258a83f97827dd315280d23d..fd5382e5c1c39e6897aa7ec75bd8c16fee883be1 100644
--- a/ash/drag_drop/drag_image_view.h
+++ b/ash/drag_drop/drag_image_view.h
@@ -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_
« no previous file with comments | « ash/drag_drop/drag_drop_tracker_unittest.cc ('k') | ash/drag_drop/drag_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698