| Index: ash/wm/immersive_revealed_lock.h | 
| diff --git a/ash/wm/immersive_revealed_lock.h b/ash/wm/immersive_revealed_lock.h | 
| index 49568c63b8d25e4b0818142ba2bcf8042f0c5f1e..24be34f740ec244cb60652c0ba526185b1502c10 100644 | 
| --- a/ash/wm/immersive_revealed_lock.h | 
| +++ b/ash/wm/immersive_revealed_lock.h | 
| @@ -20,10 +20,7 @@ class ASH_EXPORT ImmersiveRevealedLock { | 
| public: | 
| class ASH_EXPORT Delegate { | 
| public: | 
| -    enum AnimateReveal { | 
| -      ANIMATE_REVEAL_YES, | 
| -      ANIMATE_REVEAL_NO | 
| -    }; | 
| +    enum AnimateReveal { ANIMATE_REVEAL_YES, ANIMATE_REVEAL_NO }; | 
|  | 
| virtual void LockRevealedState(AnimateReveal animate_reveal) = 0; | 
| virtual void UnlockRevealedState() = 0; | 
|  |