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

Unified Diff: chrome/browser/ui/webui/bookmarks_ui.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/bookmarks_ui.h
diff --git a/chrome/browser/ui/webui/bookmarks_ui.h b/chrome/browser/ui/webui/bookmarks_ui.h
index 3262dce8ab5a906142558e626e825e4ee196f4e1..f7d1ef97b9cc54b569d647d301523ff97fccceec 100644
--- a/chrome/browser/ui/webui/bookmarks_ui.h
+++ b/chrome/browser/ui/webui/bookmarks_ui.h
@@ -26,6 +26,8 @@ class BookmarksUIHTMLSource : public ChromeURLDataManager::DataSource {
virtual std::string GetMimeType(const std::string& path) const OVERRIDE;
private:
+ virtual ~BookmarksUIHTMLSource();
+
DISALLOW_COPY_AND_ASSIGN(BookmarksUIHTMLSource);
};

Powered by Google App Engine
This is Rietveld 408576698