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

Unified Diff: content/public/browser/download_manager_delegate.cc

Issue 10383262: RefCounted types should not have public destructors, delegate cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make win bot happy Created 8 years, 6 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
« no previous file with comments | « content/public/browser/download_manager_delegate.h ('k') | content/public/browser/profiler_subscriber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/download_manager_delegate.cc
diff --git a/content/public/browser/download_manager_delegate.cc b/content/public/browser/download_manager_delegate.cc
index fb911b04539b24f5dd51b0c6d4d10d526e59c311..bb177c1fdde9f3c465d79cda0237c93eb8bc7963 100644
--- a/content/public/browser/download_manager_delegate.cc
+++ b/content/public/browser/download_manager_delegate.cc
@@ -9,9 +9,6 @@
namespace content {
-DownloadManagerDelegate::~DownloadManagerDelegate() {
-}
-
DownloadId DownloadManagerDelegate::GetNextId() {
return DownloadId::Invalid();
}
@@ -50,4 +47,6 @@ bool DownloadManagerDelegate::GenerateFileHash() {
return false;
}
+DownloadManagerDelegate::~DownloadManagerDelegate() {}
+
} // namespace content
« no previous file with comments | « content/public/browser/download_manager_delegate.h ('k') | content/public/browser/profiler_subscriber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698