| Index: cc/animation/layer_animation_controller.h
 | 
| diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h
 | 
| index 48c3bdcaede9b1d330ec21beb0ae7cc1eafc289a..d459515f5df365f3d68f96f3e4b571881d289656 100644
 | 
| --- a/cc/animation/layer_animation_controller.h
 | 
| +++ b/cc/animation/layer_animation_controller.h
 | 
| @@ -179,10 +179,7 @@ class CC_EXPORT LayerAnimationController
 | 
|  
 | 
|    void TickAnimations(base::TimeTicks monotonic_time);
 | 
|  
 | 
| -  enum UpdateActivationType {
 | 
| -    NormalActivation,
 | 
| -    ForceActivation
 | 
| -  };
 | 
| +  enum UpdateActivationType { NORMAL_ACTIVATION, FORCE_ACTIVATION };
 | 
|    void UpdateActivation(UpdateActivationType type);
 | 
|  
 | 
|    void NotifyObserversOpacityAnimated(float opacity,
 | 
| 
 |