| Index: ash/display/shared_display_edge_indicator.h
|
| diff --git a/ash/display/shared_display_edge_indicator.h b/ash/display/shared_display_edge_indicator.h
|
| index d1900bc792b46e75df53aa21e945366af78d526f..b4f655ffde0af3e7c21bd5addf2bb1c394c2583e 100644
|
| --- a/ash/display/shared_display_edge_indicator.h
|
| +++ b/ash/display/shared_display_edge_indicator.h
|
| @@ -37,7 +37,7 @@ class ASH_EXPORT SharedDisplayEdgeIndicator : public gfx::AnimationDelegate {
|
| void Hide();
|
|
|
| // gfx::AnimationDelegate overrides:
|
| - virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
|
| + virtual void AnimationProgressed(const gfx::Animation* animation) override;
|
|
|
| private:
|
| // Used to show the displays' shared edge where a window can be moved across.
|
|
|