| Index: webkit/common/blob/blob_data.h | 
| diff --git a/webkit/common/blob/blob_data.h b/webkit/common/blob/blob_data.h | 
| index 5419329974c4fbfe1501e420a5d7c6d16528562f..691867964ba89d6b70ab47926fb0f33eb2f3dacd 100644 | 
| --- a/webkit/common/blob/blob_data.h | 
| +++ b/webkit/common/blob/blob_data.h | 
| @@ -15,11 +15,11 @@ | 
| #include "url/gurl.h" | 
| #include "webkit/common/blob/shareable_file_reference.h" | 
| #include "webkit/common/data_element.h" | 
| -#include "webkit/common/storage_export.h" | 
| +#include "webkit/common/storage_common_export.h" | 
|  | 
| namespace storage { | 
|  | 
| -class STORAGE_EXPORT BlobData | 
| +class STORAGE_COMMON_EXPORT BlobData | 
| : public base::RefCounted<BlobData> { | 
| public: | 
| typedef storage::DataElement Item; | 
|  |