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 6c440f522941c656128e6b2c5aa66f0e88750f3f..25eeefe259f1ebdbab61c50b48d1ee9046d4b5ea 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/storage/webkit_storage_export.h" |
+#include "webkit/browser/webkit_storage_browser_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_EXPORT BlobDataHandle |
+class WEBKIT_STORAGE_BROWSER_EXPORT BlobDataHandle |
: public base::SupportsUserData::Data { |
public: |
virtual ~BlobDataHandle(); // Maybe be deleted on any thread. |