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

Unified Diff: content/browser/download/download_item_impl.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 years, 10 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: content/browser/download/download_item_impl.h
diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
index c0756d6040a24b548e09230d66496702ae24697a..7c41719191431616741ed98aa63544fde5ff166e 100644
--- a/content/browser/download/download_item_impl.h
+++ b/content/browser/download/download_item_impl.h
@@ -32,7 +32,7 @@ class DownloadItemImplDelegate;
// See download_item.h for usage.
class CONTENT_EXPORT DownloadItemImpl
: public DownloadItem,
- public DownloadDestinationObserver {
+ public NON_EXPORTED_BASE(DownloadDestinationObserver) {
public:
enum ResumeMode {
RESUME_MODE_INVALID = 0,
« no previous file with comments | « chrome/utility/chrome_content_utility_client.h ('k') | content/public/browser/download_destination_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698