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