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

Unified Diff: content/browser/download/base_file.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/base_file.h
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h
index ff119d4c7403bf99357d612ab9a54ca145eded86..7c3333ce37835484a27260df303c5e760e5aaaf4 100644
--- a/content/browser/download/base_file.h
+++ b/content/browser/download/base_file.h
@@ -12,6 +12,7 @@
#include "base/memory/linked_ptr.h"
#include "base/memory/scoped_ptr.h"
#include "content/browser/power_save_blocker.h"
+#include "content/common/content_export.h"
#include "googleurl/src/gurl.h"
namespace crypto {
@@ -23,7 +24,7 @@ class FileStream;
// File being downloaded and saved to disk. This is a base class
// for DownloadFile and SaveFile, which keep more state information.
-class BaseFile {
+class CONTENT_EXPORT BaseFile {
public:
BaseFile(const FilePath& full_path,
const GURL& source_url,

Powered by Google App Engine
This is Rietveld 408576698