summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/ash/user_wallpaper_delegate_win.cc')
-rw-r--r--chrome/browser/ui/ash/user_wallpaper_delegate_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc b/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
index 6a83c60..2c040bd 100644
--- a/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
+++ b/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
@@ -27,7 +27,7 @@ class UserWallpaperDelegate : public ash::UserWallpaperDelegate {
virtual int GetAnimationType() OVERRIDE {
return ShouldShowInitialAnimation() ?
ash::WINDOW_VISIBILITY_ANIMATION_TYPE_BRIGHTNESS_GRAYSCALE :
- static_cast<int>(views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE);
+ static_cast<int>(wm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE);
}
virtual bool ShouldShowInitialAnimation() OVERRIDE {