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

Unified Diff: chrome/browser/download/download_browsertest.cc

Issue 10071036: RefCounted types should not have public destructors, chrome/browser/ part 6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implementation fixes 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/download/download_browsertest.cc
diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc
index adb38f9896f199453e9b328ab6d89b117d911ba5..05b48d6b338aeed4fa7e969649af4eaf8c13319a 100644
--- a/chrome/browser/download/download_browsertest.cc
+++ b/chrome/browser/download/download_browsertest.cc
@@ -93,6 +93,9 @@ class PickSuggestedFileDelegate : public ChromeDownloadManagerDelegate {
if (download_manager_)
download_manager_->FileSelected(suggested_path, download_id);
}
+
+ protected:
+ virtual ~PickSuggestedFileDelegate() {}
};
// Get History Information.
« no previous file with comments | « chrome/browser/debugger/devtools_sanity_unittest.cc ('k') | chrome/browser/download/download_extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698