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 1e799867397651adda250a2f2515caebd8eb05a9..fbfa92d2ed2989a817b5b67193d159795fa224c8 100644 |
| --- a/ui/wm/public/window_move_client.h |
| +++ b/ui/wm/public/window_move_client.h |
| @@ -41,6 +41,7 @@ |
| // Ends a previously started move loop. |
| virtual void EndMoveLoop() = 0; |
| + protected: |
| virtual ~WindowMoveClient() {} |
| }; |