| Index: ash/shelf/shelf_unittest.cc
|
| diff --git a/ash/shelf/shelf_unittest.cc b/ash/shelf/shelf_unittest.cc
|
| index 01380bc142fd2dec25d49e2bc456797b63f90928..7490f9858e613207007924cd16d79b3dcffb6966 100644
|
| --- a/ash/shelf/shelf_unittest.cc
|
| +++ b/ash/shelf/shelf_unittest.cc
|
| @@ -54,7 +54,7 @@ class ShelfTest : public ash::test::AshTestBase {
|
| test_.reset(new ash::test::ShelfViewTestAPI(shelf_view_));
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| test::AshTestBase::TearDown();
|
| }
|
|
|
|
|