diff options
Diffstat (limited to 'webkit/common/blob/shareable_file_reference.h')
| -rw-r--r-- | webkit/common/blob/shareable_file_reference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/common/blob/shareable_file_reference.h b/webkit/common/blob/shareable_file_reference.h index 2e1f031..ac71351 100644 --- a/webkit/common/blob/shareable_file_reference.h +++ b/webkit/common/blob/shareable_file_reference.h @@ -15,7 +15,7 @@ namespace storage { // same path if it already exists in its internal map. // This class is non-thread-safe and all methods must be called on a single // thread. -class WEBKIT_STORAGE_COMMON_EXPORT ShareableFileReference +class STORAGE_EXPORT ShareableFileReference : public base::RefCounted<ShareableFileReference> { public: typedef ScopedFile::ScopeOutCallback FinalReleaseCallback; |
