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..371318fc4ed2db713fe6a87fab501a24003f010a 100644 |
--- a/ash/wm/system_modal_container_event_filter_delegate.h |
+++ b/ash/wm/system_modal_container_event_filter_delegate.h |
@@ -18,6 +18,9 @@ class ASH_EXPORT SystemModalContainerEventFilterDelegate { |
public: |
// Returns true if |window| can receive the specified event. |
virtual bool CanWindowReceiveEvents(aura::Window* window) = 0; |
+ |
+ protected: |
+ virtual ~SystemModalContainerEventFilterDelegate() { } |
}; |
} // namespace internal |