summaryrefslogtreecommitdiffstats
path: root/ash/desktop_background/wallpaper_resizer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/desktop_background/wallpaper_resizer_unittest.cc')
-rw-r--r--ash/desktop_background/wallpaper_resizer_unittest.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/ash/desktop_background/wallpaper_resizer_unittest.cc b/ash/desktop_background/wallpaper_resizer_unittest.cc
index 97bd249..6a06490 100644
--- a/ash/desktop_background/wallpaper_resizer_unittest.cc
+++ b/ash/desktop_background/wallpaper_resizer_unittest.cc
@@ -61,7 +61,7 @@ class WallpaperResizerTest : public testing::Test,
WallpaperResizerTest()
: ui_thread_(content::BrowserThread::UI, &message_loop_) {
}
- virtual ~WallpaperResizerTest() {}
+ ~WallpaperResizerTest() override {}
gfx::ImageSkia Resize(const gfx::ImageSkia& image,
const gfx::Size& target_size,
@@ -79,9 +79,7 @@ class WallpaperResizerTest : public testing::Test,
message_loop_.Run();
}
- virtual void OnWallpaperResized() override {
- message_loop_.Quit();
- }
+ void OnWallpaperResized() override { message_loop_.Quit(); }
private:
base::MessageLoop message_loop_;