| Index: webkit/blob/shareable_file_reference.h
|
| diff --git a/webkit/blob/shareable_file_reference.h b/webkit/blob/shareable_file_reference.h
|
| index 5f1ff32c861ec8511461a3b1f6506226bf081ce1..14405861c2e26bf2c70ab1f2820067e11db5ce53 100644
|
| --- a/webkit/blob/shareable_file_reference.h
|
| +++ b/webkit/blob/shareable_file_reference.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/callback.h"
|
| #include "base/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "webkit/blob/blob_export.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace base {
|
| class TaskRunner;
|
| @@ -22,7 +22,7 @@ namespace webkit_blob {
|
| // the file to be deleted upon final release and/or to notify a consumer
|
| // when final release occurs. This class is single-threaded and should
|
| // only be invoked on the IO thread in chrome.
|
| -class BLOB_EXPORT ShareableFileReference
|
| +class WEBKIT_STORAGE_EXPORT ShareableFileReference
|
| : public base::RefCounted<ShareableFileReference> {
|
| public:
|
| typedef base::Callback<void(const FilePath&)> FinalReleaseCallback;
|
|
|