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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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_status_updater_delegate.h
diff --git a/content/browser/download/download_status_updater_delegate.h b/content/browser/download/download_status_updater_delegate.h
index 72c2eda574e6f5246a183e2c67a6d9eefc962468..3a77e1a7f20f27df723ca6c443ba56205661c920 100644
--- a/content/browser/download/download_status_updater_delegate.h
+++ b/content/browser/download/download_status_updater_delegate.h
@@ -6,8 +6,9 @@
#define CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_STATUS_UPDATER_DELEGATE_H_
#include "base/basictypes.h"
+#include "content/common/content_export.h"
-class DownloadStatusUpdaterDelegate {
+class CONTENT_EXPORT DownloadStatusUpdaterDelegate {
public:
// Returns true if the progress is known (i.e. we know the final size
// of all downloads).

Powered by Google App Engine
This is Rietveld 408576698