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

Unified Diff: ash/test/shelf_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/overflow_bubble_view_test_api.cc ('k') | ash/test/shelf_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shelf_test_api.h
diff --git a/ash/test/shelf_test_api.h b/ash/test/shelf_test_api.h
index 48aafda94b004a2492f48a681f82672e4127afae..7c353ab6b000f65f4a5c5338785bd894c0465300 100644
--- a/ash/test/shelf_test_api.h
+++ b/ash/test/shelf_test_api.h
@@ -11,10 +11,7 @@ namespace ash {
class Shelf;
class ShelfDelegate;
-
-namespace internal {
class ShelfView;
-}
namespace test {
@@ -26,7 +23,7 @@ class ShelfTestAPI {
~ShelfTestAPI();
// An accessor for |shelf_view|.
- internal::ShelfView* shelf_view();
+ ShelfView* shelf_view();
// Set ShelfDelegate.
void SetShelfDelegate(ShelfDelegate* delegate);
« no previous file with comments | « ash/test/overflow_bubble_view_test_api.cc ('k') | ash/test/shelf_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698