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

Unified Diff: ash/test/overflow_bubble_view_test_api.cc

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/overflow_bubble_view_test_api.h ('k') | ash/test/shelf_test_api.h » ('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.cc
diff --git a/ash/test/overflow_bubble_view_test_api.cc b/ash/test/overflow_bubble_view_test_api.cc
index cfbfc73509cec10637c8dac2fb8b060c25781fda..59a1096eb1f1b811da90779d969902038a80054c 100644
--- a/ash/test/overflow_bubble_view_test_api.cc
+++ b/ash/test/overflow_bubble_view_test_api.cc
@@ -10,9 +10,8 @@ namespace ash {
namespace test {
OverflowBubbleViewTestAPI::OverflowBubbleViewTestAPI(
- internal::OverflowBubbleView* bubble_view)
- : bubble_view_(bubble_view) {
-}
+ OverflowBubbleView* bubble_view)
+ : bubble_view_(bubble_view) {}
OverflowBubbleViewTestAPI::~OverflowBubbleViewTestAPI() {
}
« no previous file with comments | « ash/test/overflow_bubble_view_test_api.h ('k') | ash/test/shelf_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698