summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/new_tab_ui.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 00:31:36 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 00:31:36 +0000
commitb1f498e33399652b128d9801ad7d96bbeee4ba87 (patch)
treec6ebb70ec1495990f9f3cd028717b0742b9f4614 /chrome/browser/dom_ui/new_tab_ui.h
parent666b8f577de314cfe3b232345063248878b0150e (diff)
downloadchromium_src-b1f498e33399652b128d9801ad7d96bbeee4ba87.zip
chromium_src-b1f498e33399652b128d9801ad7d96bbeee4ba87.tar.gz
chromium_src-b1f498e33399652b128d9801ad7d96bbeee4ba87.tar.bz2
Fifth patch in making destructors of refcounted objects private.
BUG=26749 Review URL: http://codereview.chromium.org/361025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31175 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/new_tab_ui.h')
-rw-r--r--chrome/browser/dom_ui/new_tab_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h
index e4b494c..1feac2a 100644
--- a/chrome/browser/dom_ui/new_tab_ui.h
+++ b/chrome/browser/dom_ui/new_tab_ui.h
@@ -78,6 +78,8 @@ class NewTabUI : public DOMUI,
static bool first_run() { return first_run_; }
private:
+ ~NewTabHTMLSource() {}
+
// In case a file path to the new tab page was provided this tries to load
// the file and returns the file content if successful. This returns an
// empty string in case of failure.