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

Unified Diff: webkit/blob/deletable_file_reference.h

Issue 8508059: build blob as a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up nits Created 9 years, 1 month 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
« no previous file with comments | « webkit/blob/blob_url_request_job_factory.h ('k') | webkit/blob/view_blob_internals_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/deletable_file_reference.h
diff --git a/webkit/blob/deletable_file_reference.h b/webkit/blob/deletable_file_reference.h
index a4301bf61fc9a8eed64024d57b75f521448e0a28..d704de3715fdb85f890261f8659c2fac2a1fd234 100644
--- a/webkit/blob/deletable_file_reference.h
+++ b/webkit/blob/deletable_file_reference.h
@@ -11,6 +11,7 @@
#include "base/callback.h"
#include "base/file_path.h"
#include "base/memory/ref_counted.h"
+#include "webkit/blob/blob_export.h"
namespace base {
class MessageLoopProxy;
@@ -20,7 +21,8 @@ namespace webkit_blob {
// A refcounted wrapper around a FilePath that schedules the file
// to be deleted upon final release.
-class DeletableFileReference : public base::RefCounted<DeletableFileReference> {
+class BLOB_EXPORT DeletableFileReference :
+ public base::RefCounted<DeletableFileReference> {
public:
typedef base::Callback<void(const FilePath&)> DeletionCallback;
« no previous file with comments | « webkit/blob/blob_url_request_job_factory.h ('k') | webkit/blob/view_blob_internals_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698