Chromium Code Reviews| Index: ash/wm/default_window_resizer.h |
| diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h |
| index 0ef21dc9eec25b158c9ee73f896c0a1bb550489e..19d0b7fed2332b4043bfa6c9fb9cbbbb106a617e 100644 |
| --- a/ash/wm/default_window_resizer.h |
| +++ b/ash/wm/default_window_resizer.h |
| @@ -15,6 +15,7 @@ namespace ash { |
| // windows coordiantes. |
| class ASH_EXPORT DefaultWindowResizer : public WindowResizer { |
| public: |
| + explicit DefaultWindowResizer(const Details& details); |
|
sky
2012/12/04 15:58:53
Move constructor in .cc to match position.
mazda
2012/12/04 18:44:41
Done.
|
| virtual ~DefaultWindowResizer(); |
| // Creates a new DefaultWindowResizer. The caller takes ownership of the |
| @@ -38,8 +39,6 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer { |
| virtual aura::Window* GetTarget() OVERRIDE; |
| private: |
| - explicit DefaultWindowResizer(const Details& details); |
| - |
| const Details details_; |
| // Set to true once Drag() is invoked and the bounds of the window change. |