Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / test / test_user_wallpaper_delegate.h
index aa92861..d2d49fc 100644 (file)
@@ -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();