| Index: ash/wm/drag_window_resizer.h
|
| diff --git a/ash/wm/drag_window_resizer.h b/ash/wm/drag_window_resizer.h
|
| index 817588274a18fedeb400d9374201cfcb37350359..fb1438106f39f115f6b1e0672aed1613c99c2d97 100644
|
| --- a/ash/wm/drag_window_resizer.h
|
| +++ b/ash/wm/drag_window_resizer.h
|
| @@ -29,15 +29,12 @@ class ASH_EXPORT DragWindowResizer : public WindowResizer {
|
| const gfx::Point& location,
|
| int window_component);
|
|
|
| - // WindowResizer overides:
|
| + // WindowResizer:
|
| virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
|
| virtual void CompleteDrag(int event_flags) OVERRIDE;
|
| virtual void RevertDrag() OVERRIDE;
|
| virtual aura::Window* GetTarget() OVERRIDE;
|
| -
|
| - const gfx::Point& GetInitialLocationInParentForTest() const {
|
| - return details_.initial_location_in_parent;
|
| - }
|
| + virtual const gfx::Point& GetInitialLocationForTest() const OVERRIDE;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(DragWindowResizerTest, DragWindowController);
|
|
|