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

Unified Diff: ash/shelf/overflow_bubble_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/shelf/overflow_bubble.cc ('k') | ash/shelf/overflow_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/overflow_bubble_view.h
diff --git a/ash/shelf/overflow_bubble_view.h b/ash/shelf/overflow_bubble_view.h
index e8533c128f9520801e43b307e20e97ac92e36868..58f80bed2e43c38da3b3253eafd68693e992c9d5 100644
--- a/ash/shelf/overflow_bubble_view.h
+++ b/ash/shelf/overflow_bubble_view.h
@@ -11,16 +11,13 @@
#include "ui/views/bubble/bubble_delegate.h"
namespace ash {
+class ShelfLayoutManager;
+class ShelfView;
namespace test {
class OverflowBubbleViewTestAPI;
}
-namespace internal {
-
-class ShelfLayoutManager;
-class ShelfView;
-
// OverflowBubbleView hosts a ShelfView to display overflown items.
// Exports to access this class from OverflowBubbleViewTestAPI.
class ASH_EXPORT OverflowBubbleView : public views::BubbleDelegateView {
@@ -63,7 +60,6 @@ class ASH_EXPORT OverflowBubbleView : public views::BubbleDelegateView {
DISALLOW_COPY_AND_ASSIGN(OverflowBubbleView);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SHELF_OVERFLOW_BUBBLE_VIEW_H_
« no previous file with comments | « ash/shelf/overflow_bubble.cc ('k') | ash/shelf/overflow_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698