| Index: chrome/browser/ui/webui/chrome_web_ui_data_source.h
|
| diff --git a/chrome/browser/ui/webui/chrome_web_ui_data_source.h b/chrome/browser/ui/webui/chrome_web_ui_data_source.h
|
| index 96666fcb8b823f07977b2bb7f679c95b1494c3d0..44b99d662210bd7e618b0c0c370b60474e6d0210 100644
|
| --- a/chrome/browser/ui/webui/chrome_web_ui_data_source.h
|
| +++ b/chrome/browser/ui/webui/chrome_web_ui_data_source.h
|
| @@ -53,9 +53,9 @@ class ChromeWebUIDataSource : public ChromeURLDataManager::DataSource {
|
| default_resource_ = resource_id;
|
| }
|
|
|
| + protected:
|
| virtual ~ChromeWebUIDataSource();
|
|
|
| - protected:
|
| // Completes a request by sending our dictionary of localized strings.
|
| void SendLocalizedStringsAsJSON(int request_id);
|
|
|
|
|