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

Unified Diff: ash/test/overflow_bubble_view_test_api.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/test/display_manager_test_api.cc ('k') | ash/test/overflow_bubble_view_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/overflow_bubble_view_test_api.h
diff --git a/ash/test/overflow_bubble_view_test_api.h b/ash/test/overflow_bubble_view_test_api.h
index b789b7363767044bd2f864a09140194eb2436459..2bd5f2726afa705cf5ae7a7220a163e554367f01 100644
--- a/ash/test/overflow_bubble_view_test_api.h
+++ b/ash/test/overflow_bubble_view_test_api.h
@@ -12,16 +12,13 @@ class Size;
}
namespace ash {
-
-namespace internal {
class OverflowBubbleView;
-}
namespace test {
class OverflowBubbleViewTestAPI {
public:
- explicit OverflowBubbleViewTestAPI(internal::OverflowBubbleView* bubble_view);
+ explicit OverflowBubbleViewTestAPI(OverflowBubbleView* bubble_view);
~OverflowBubbleViewTestAPI();
// Returns the total width of items included in ShelfView.
@@ -32,7 +29,7 @@ class OverflowBubbleViewTestAPI {
void ScrollByXOffset(int x_offset);
private:
- internal::OverflowBubbleView* bubble_view_;
+ OverflowBubbleView* bubble_view_;
DISALLOW_COPY_AND_ASSIGN(OverflowBubbleViewTestAPI);
};
« no previous file with comments | « ash/test/display_manager_test_api.cc ('k') | ash/test/overflow_bubble_view_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698