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

Unified Diff: ash/drag_drop/drag_drop_controller.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/display/virtual_keyboard_window_controller_unittest.cc ('k') | ash/drag_drop/drag_drop_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/drag_drop/drag_drop_controller.h
diff --git a/ash/drag_drop/drag_drop_controller.h b/ash/drag_drop/drag_drop_controller.h
index 5d05ec9445b96e83506c328bfa85c0de2180ab8a..7f20401b25127bd58b49bed82aa5a643c4682b15 100644
--- a/ash/drag_drop/drag_drop_controller.h
+++ b/ash/drag_drop/drag_drop_controller.h
@@ -21,17 +21,14 @@ class LinearAnimation;
}
namespace ash {
+class DragDropTracker;
+class DragDropTrackerDelegate;
+class DragImageView;
namespace test {
class DragDropControllerTest;
}
-namespace internal {
-
-class DragDropTracker;
-class DragDropTrackerDelegate;
-class DragImageView;
-
class ASH_EXPORT DragDropController
: public aura::client::DragDropClient,
public ui::EventHandler,
@@ -122,7 +119,7 @@ class ASH_EXPORT DragDropController
// Closure for quitting nested message loop.
base::Closure quit_closure_;
- scoped_ptr<ash::internal::DragDropTracker> drag_drop_tracker_;
+ scoped_ptr<ash::DragDropTracker> drag_drop_tracker_;
scoped_ptr<DragDropTrackerDelegate> drag_drop_window_delegate_;
ui::DragDropTypes::DragEventSource current_drag_event_source_;
@@ -136,7 +133,6 @@ class ASH_EXPORT DragDropController
DISALLOW_COPY_AND_ASSIGN(DragDropController);
};
-} // namespace internal
} // namespace ash
#endif // ASH_DRAG_DROP_DRAG_DROP_CONTROLLER_H_
« no previous file with comments | « ash/display/virtual_keyboard_window_controller_unittest.cc ('k') | ash/drag_drop/drag_drop_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698