| Index: chrome/browser/ui/webui/shared_resources_data_source.h
|
| diff --git a/chrome/browser/ui/webui/shared_resources_data_source.h b/chrome/browser/ui/webui/shared_resources_data_source.h
|
| index 89761927188ca12f5b26b19267a14366bfa02695..e08ab2475012565148f06a3e95d0643c7d7cae7a 100644
|
| --- a/chrome/browser/ui/webui/shared_resources_data_source.h
|
| +++ b/chrome/browser/ui/webui/shared_resources_data_source.h
|
| @@ -27,7 +27,7 @@ class SharedResourcesDataSource : public ChromeURLDataManager::DataSource {
|
| virtual std::string GetMimeType(const std::string&) const;
|
|
|
| private:
|
| - ~SharedResourcesDataSource();
|
| + virtual ~SharedResourcesDataSource();
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SharedResourcesDataSource);
|
| };
|
|
|