Index: ash/wm/overview/scoped_window_copy.cc |
diff --git a/ash/wm/overview/scoped_window_copy.cc b/ash/wm/overview/scoped_window_copy.cc |
index a68928b5466be844033cebad358ac9d84b379a3d..40f156bd5f7481327048cd8e0ef6166d00005573 100644 |
--- a/ash/wm/overview/scoped_window_copy.cc |
+++ b/ash/wm/overview/scoped_window_copy.cc |
@@ -90,15 +90,12 @@ class CleanupWidgetAfterAnimationObserver : public ui::LayerAnimationObserver { |
void TakeOwnershipOfWidget(); |
// ui::LayerAnimationObserver: |
- virtual void OnLayerAnimationEnded( |
- ui::LayerAnimationSequence* sequence) override; |
- virtual void OnLayerAnimationAborted( |
- ui::LayerAnimationSequence* sequence) override; |
- virtual void OnLayerAnimationScheduled( |
- ui::LayerAnimationSequence* sequence) override; |
+ void OnLayerAnimationEnded(ui::LayerAnimationSequence* sequence) override; |
+ void OnLayerAnimationAborted(ui::LayerAnimationSequence* sequence) override; |
+ void OnLayerAnimationScheduled(ui::LayerAnimationSequence* sequence) override; |
private: |
- virtual ~CleanupWidgetAfterAnimationObserver(); |
+ ~CleanupWidgetAfterAnimationObserver() override; |
// If the necessary conditions have been satisfied to destruct this |
// class, deletes itself and cleans up the widget and layer. |