Index: ash/desktop_background/desktop_background_controller_unittest.cc |
diff --git a/ash/desktop_background/desktop_background_controller_unittest.cc b/ash/desktop_background/desktop_background_controller_unittest.cc |
index e504f030ed40c669bbe8373e3b70fd3b48cd2c99..49f7f7984ced43bf522ef7d4eb0080ab0d010bd2 100644 |
--- a/ash/desktop_background/desktop_background_controller_unittest.cc |
+++ b/ash/desktop_background/desktop_background_controller_unittest.cc |
@@ -71,9 +71,9 @@ class DesktopBackgroundControllerTest : public test::AshTestBase { |
: controller_(NULL), |
wallpaper_delegate_(NULL) { |
} |
- virtual ~DesktopBackgroundControllerTest() {} |
+ ~DesktopBackgroundControllerTest() override {} |
- virtual void SetUp() override { |
+ void SetUp() override { |
test::AshTestBase::SetUp(); |
// Ash shell initialization creates wallpaper. Reset it so we can manually |
// control wallpaper creation and animation in our tests. |