Chromium Code Reviews| Index: ui/wm/public/window_move_client.h |
| diff --git a/ui/wm/public/window_move_client.h b/ui/wm/public/window_move_client.h |
| index fbfa92d2ed2989a817b5b67193d159795fa224c8..1e799867397651adda250a2f2515caebd8eb05a9 100644 |
| --- a/ui/wm/public/window_move_client.h |
| +++ b/ui/wm/public/window_move_client.h |
| @@ -41,7 +41,6 @@ class AURA_EXPORT WindowMoveClient { |
| // Ends a previously started move loop. |
| virtual void EndMoveLoop() = 0; |
| - protected: |
| virtual ~WindowMoveClient() {} |
| }; |