| Index: ash/shelf/shelf_navigator_unittest.cc
|
| diff --git a/ash/shelf/shelf_navigator_unittest.cc b/ash/shelf/shelf_navigator_unittest.cc
|
| index 5f6b6a92afbfc6248fb2465ebcc6c065d7971388..bb3d5043c9677f150bd8a509f48456179a8c2381 100644
|
| --- a/ash/shelf/shelf_navigator_unittest.cc
|
| +++ b/ash/shelf/shelf_navigator_unittest.cc
|
| @@ -21,7 +21,7 @@ class ShelfNavigatorTest : public testing::Test {
|
| ShelfNavigatorTest() {}
|
|
|
| protected:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| model_.reset(new ShelfModel);
|
|
|
| // Add APP_LIST for test.
|
|
|