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

Unified Diff: content/browser/download/download_persistent_store_info.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_persistent_store_info.h
diff --git a/content/browser/download/download_persistent_store_info.h b/content/browser/download/download_persistent_store_info.h
index 7ac0853dbd7112fda62d24745dfa53689b975068..948d0481d43e83895bf1b9c72991397037196276 100644
--- a/content/browser/download/download_persistent_store_info.h
+++ b/content/browser/download/download_persistent_store_info.h
@@ -13,13 +13,14 @@
#include "base/file_path.h"
#include "base/time.h"
+#include "content/common/content_export.h"
#include "googleurl/src/gurl.h"
class DownloadItem;
// Contains the information that is stored in the download system's persistent
// store (or refers to it). Managed by the DownloadItem.
-struct DownloadPersistentStoreInfo {
+struct CONTENT_EXPORT DownloadPersistentStoreInfo {
// TODO(ahendrickson) -- Reduce the number of constructors.
DownloadPersistentStoreInfo();
DownloadPersistentStoreInfo(const FilePath& path,

Powered by Google App Engine
This is Rietveld 408576698