Index: ash/wm/system_modal_container_event_filter_delegate.h |
diff --git a/ash/wm/system_modal_container_event_filter_delegate.h b/ash/wm/system_modal_container_event_filter_delegate.h |
index 4e27d0000c9195a28fc9bc011237bb6337e41181..06643823b45e87636a2933b9d4ccd5489a864888 100644 |
--- a/ash/wm/system_modal_container_event_filter_delegate.h |
+++ b/ash/wm/system_modal_container_event_filter_delegate.h |
@@ -16,6 +16,8 @@ namespace internal { |
class ASH_EXPORT SystemModalContainerEventFilterDelegate { |
public: |
+ virtual ~SystemModalContainerEventFilterDelegate() { } |
+ |
// Returns true if |window| can receive the specified event. |
virtual bool CanWindowReceiveEvents(aura::Window* window) = 0; |
}; |