X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Ftest%2Ftest_user_wallpaper_delegate.h;h=d2d49fc08d8482b586042bb51206ce1e4a19ae2c;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=aa9286114f7dc1d3b28b1990cad2976d85f5ad51;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/test/test_user_wallpaper_delegate.h b/src/ash/test/test_user_wallpaper_delegate.h index aa92861..d2d49fc 100644 --- a/src/ash/test/test_user_wallpaper_delegate.h +++ b/src/ash/test/test_user_wallpaper_delegate.h @@ -15,14 +15,14 @@ namespace test { class TestUserWallpaperDelegate : public DefaultUserWallpaperDelegate { public: TestUserWallpaperDelegate(); - virtual ~TestUserWallpaperDelegate(); + ~TestUserWallpaperDelegate() override; void set_custom_wallpaper(const gfx::ImageSkia& wallpaper) { custom_wallpaper_ = wallpaper; } // DefaultUserWallpaperDelegate overrides: - virtual void UpdateWallpaper(bool clear_cache) OVERRIDE; + void UpdateWallpaper(bool clear_cache) override; // Returns and clears |update_wallpaper_count_|. int GetUpdateWallpaperCountAndReset();