diff options
Diffstat (limited to 'content/browser/webui/web_ui_data_source_impl.cc')
-rw-r--r-- | content/browser/webui/web_ui_data_source_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/webui/web_ui_data_source_impl.cc b/content/browser/webui/web_ui_data_source_impl.cc index c1ec030..5f17e53 100644 --- a/content/browser/webui/web_ui_data_source_impl.cc +++ b/content/browser/webui/web_ui_data_source_impl.cc @@ -31,7 +31,7 @@ class WebUIDataSourceImpl::InternalDataSource : public URLDataSource { InternalDataSource(WebUIDataSourceImpl* parent) : parent_(parent) { } - ~InternalDataSource() { + virtual ~InternalDataSource() { } // URLDataSource implementation. |