diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 00:31:36 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 00:31:36 +0000 |
commit | b1f498e33399652b128d9801ad7d96bbeee4ba87 (patch) | |
tree | c6ebb70ec1495990f9f3cd028717b0742b9f4614 /chrome/browser/dom_ui/fileicon_source.h | |
parent | 666b8f577de314cfe3b232345063248878b0150e (diff) | |
download | chromium_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/fileicon_source.h')
-rw-r--r-- | chrome/browser/dom_ui/fileicon_source.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/fileicon_source.h b/chrome/browser/dom_ui/fileicon_source.h index a13c207..a9f43d7 100644 --- a/chrome/browser/dom_ui/fileicon_source.h +++ b/chrome/browser/dom_ui/fileicon_source.h @@ -18,7 +18,6 @@ class GURL; class FileIconSource : public ChromeURLDataManager::DataSource { public: explicit FileIconSource(); - virtual ~FileIconSource(); // Called when the network layer has requested a resource underneath // the path we registered. @@ -35,6 +34,8 @@ class FileIconSource : public ChromeURLDataManager::DataSource { SkBitmap* icon); private: + virtual ~FileIconSource(); + CancelableRequestConsumerT<int, 0> cancelable_consumer_; // Raw PNG representation of the favicon to show when the favicon |