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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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.h
diff --git a/content/browser/download/download_status_updater.h b/content/browser/download/download_status_updater.h
index 195d68eb96cbdf0ebe5f622a054afc9e59c53101..410fa2dec58f9fd433213edd27b6e92f5952f5be 100644
--- a/content/browser/download/download_status_updater.h
+++ b/content/browser/download/download_status_updater.h
@@ -10,11 +10,12 @@
#include "base/basictypes.h"
#include "base/gtest_prod_util.h"
#include "base/memory/weak_ptr.h"
+#include "content/common/content_export.h"
class DownloadStatusUpdaterDelegate;
// Keeps track of download progress for the entire browser.
-class DownloadStatusUpdater
+class CONTENT_EXPORT DownloadStatusUpdater
: public base::SupportsWeakPtr<DownloadStatusUpdater> {
public:
DownloadStatusUpdater();

Powered by Google App Engine
This is Rietveld 408576698