Index: content/browser/webui/web_ui_data_source_impl.cc |
=================================================================== |
--- content/browser/webui/web_ui_data_source_impl.cc (revision 181789) |
+++ content/browser/webui/web_ui_data_source_impl.cc (working copy) |
@@ -31,7 +31,7 @@ |
InternalDataSource(WebUIDataSourceImpl* parent) : parent_(parent) { |
} |
- ~InternalDataSource() { |
+ virtual ~InternalDataSource() { |
} |
// URLDataSource implementation. |