Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: chrome/browser/ui/webui/chrome_web_ui_data_source.h

Issue 10067033: RefCounted types should not have public destructors, chrome/browser/ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6e29b96f4ec10c17c12e9f825aedb72f22128cd7..88e9138e3f68eab136a40af69020ca5bd64a6a43 100644
--- a/chrome/browser/ui/webui/chrome_web_ui_data_source.h
+++ b/chrome/browser/ui/webui/chrome_web_ui_data_source.h
@@ -49,9 +49,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);

Powered by Google App Engine
This is Rietveld 408576698