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: |
Tom (Use chromium acct)
2016/10/12 00:55:19
I needed to do this because DesktopWindowTreeHostX
|
virtual ~WindowMoveClient() {} |
}; |