| Index: ash/test/test_user_wallpaper_delegate.h
|
| diff --git a/ash/test/test_user_wallpaper_delegate.h b/ash/test/test_user_wallpaper_delegate.h
|
| index 83c25838eda7b2fa34b7c026159356f006a944cf..aa9286114f7dc1d3b28b1990cad2976d85f5ad51 100644
|
| --- a/ash/test/test_user_wallpaper_delegate.h
|
| +++ b/ash/test/test_user_wallpaper_delegate.h
|
| @@ -22,7 +22,7 @@ class TestUserWallpaperDelegate : public DefaultUserWallpaperDelegate {
|
| }
|
|
|
| // DefaultUserWallpaperDelegate overrides:
|
| - virtual void UpdateWallpaper() OVERRIDE;
|
| + virtual void UpdateWallpaper(bool clear_cache) OVERRIDE;
|
|
|
| // Returns and clears |update_wallpaper_count_|.
|
| int GetUpdateWallpaperCountAndReset();
|
|
|