| 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;
|
|
|