| Index: ash/wm/default_window_resizer.h
|
| diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h
|
| index 40d2355e0f51e515b482eac3297bb412590b2908..49c701742a481e467aac69fb41be6d1711acbc61 100644
|
| --- a/ash/wm/default_window_resizer.h
|
| +++ b/ash/wm/default_window_resizer.h
|
| @@ -29,9 +29,9 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
|
| }
|
|
|
| // WindowResizer:
|
| - virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
|
| - virtual void CompleteDrag() OVERRIDE;
|
| - virtual void RevertDrag() OVERRIDE;
|
| + virtual void Drag(const gfx::Point& location, int event_flags) override;
|
| + virtual void CompleteDrag() override;
|
| + virtual void RevertDrag() override;
|
|
|
| private:
|
| explicit DefaultWindowResizer(wm::WindowState* window_state);
|
|
|