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

Unified Diff: ash/drag_drop/drag_drop_tracker.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_interactive_uitest.cc ('k') | ash/drag_drop/drag_drop_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/drag_drop/drag_drop_tracker.h
diff --git a/ash/drag_drop/drag_drop_tracker.h b/ash/drag_drop/drag_drop_tracker.h
index b4dcf6e84bd882260c11c57e72b00b6663f65de1..670422b7dd2d208835394483539cd1387f466780 100644
--- a/ash/drag_drop/drag_drop_tracker.h
+++ b/ash/drag_drop/drag_drop_tracker.h
@@ -16,7 +16,6 @@ class WindowDelegate;
}
namespace ash {
-namespace internal {
// Provides functions for handling drag events inside and outside the root
// window where drag is started. This internally sets up a capture window for
@@ -53,7 +52,6 @@ class ASH_EXPORT DragDropTracker {
DISALLOW_COPY_AND_ASSIGN(DragDropTracker);
};
-} // namespace internal
} // namespace ash
#endif // ASH_DRAG_DROP_DRAG_DROP_TRACKER_H_
« no previous file with comments | « ash/drag_drop/drag_drop_interactive_uitest.cc ('k') | ash/drag_drop/drag_drop_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698