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

Unified Diff: ash/test/shelf_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/shelf_test_api.h ('k') | ash/test/shelf_view_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shelf_test_api.cc
diff --git a/ash/test/shelf_test_api.cc b/ash/test/shelf_test_api.cc
index 0ce27f7f5369b6a6f1c833c87702bd5fd18646de..d050f73769c5b428d0a4012b3f3ff123f1c8fa10 100644
--- a/ash/test/shelf_test_api.cc
+++ b/ash/test/shelf_test_api.cc
@@ -16,9 +16,7 @@ ShelfTestAPI::ShelfTestAPI(Shelf* shelf)
ShelfTestAPI::~ShelfTestAPI() {
}
-internal::ShelfView* ShelfTestAPI::shelf_view() {
- return shelf_->shelf_view_;
-}
+ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; }
void ShelfTestAPI::SetShelfDelegate(ShelfDelegate* delegate) {
shelf_->delegate_ = delegate;
« no previous file with comments | « ash/test/shelf_test_api.h ('k') | ash/test/shelf_view_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698