| Index: ash/wm/window_animations.h
 | 
| diff --git a/ash/wm/window_animations.h b/ash/wm/window_animations.h
 | 
| index fe76767bbb15cf141412b5d133ce0667123dc051..8d3e1980f7e1c97580c4e8d51a4c4814e09a321d 100644
 | 
| --- a/ash/wm/window_animations.h
 | 
| +++ b/ash/wm/window_animations.h
 | 
| @@ -30,7 +30,7 @@ namespace ash {
 | 
|  enum WindowVisibilityAnimationType {
 | 
|    // Window scale/rotates down to its launcher icon.
 | 
|    WINDOW_VISIBILITY_ANIMATION_TYPE_MINIMIZE =
 | 
| -      views::corewm::WINDOW_VISIBILITY_ANIMATION_MAX,
 | 
| +      ::wm::WINDOW_VISIBILITY_ANIMATION_MAX,
 | 
|    // Fade in/out using brightness and grayscale web filters.
 | 
|    WINDOW_VISIBILITY_ANIMATION_TYPE_BRIGHTNESS_GRAYSCALE
 | 
|  };
 | 
| 
 |