Index: webkit/browser/blob/blob_data_handle.h |
diff --git a/webkit/browser/blob/blob_data_handle.h b/webkit/browser/blob/blob_data_handle.h |
index d7b156a3f3ce0f7e727fa36097b2c82a127024d1..62df5702719488c75479465fb801e4a04942d2f9 100644 |
--- a/webkit/browser/blob/blob_data_handle.h |
+++ b/webkit/browser/blob/blob_data_handle.h |
@@ -10,7 +10,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
#include "base/supports_user_data.h" |
-#include "webkit/browser/webkit_storage_browser_export.h" |
+#include "webkit/browser/storage_export.h" |
namespace base { |
class SequencedTaskRunner; |
@@ -25,7 +25,7 @@ class BlobStorageContext; |
// the underlying BlobData and its uuid remain in BlobStorageContext's |
// collection for the duration. This object has delete semantics and |
// maybe deleted on any thread. |
-class WEBKIT_STORAGE_BROWSER_EXPORT BlobDataHandle |
+class STORAGE_EXPORT BlobDataHandle |
: public base::SupportsUserData::Data { |
public: |
BlobDataHandle(const BlobDataHandle& other); // May be copied on any thread. |