| Index: webkit/browser/blob/blob_storage_host.h
|
| diff --git a/webkit/browser/blob/blob_storage_host.h b/webkit/browser/blob/blob_storage_host.h
|
| index 529ad993bb943af6c7fb763b7038b090a31999f9..954c32ce400d21c127fbe95580519836b2ebc0f1 100644
|
| --- a/webkit/browser/blob/blob_storage_host.h
|
| +++ b/webkit/browser/blob/blob_storage_host.h
|
| @@ -11,8 +11,8 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
| #include "webkit/common/blob/blob_data.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
|
|
| class GURL;
|
|
|
| @@ -27,7 +27,7 @@ class BlobStorageContext;
|
| // terminates all blob references attibutable to that process go away upon
|
| // destruction of the instance. The class is single threaded and should
|
| // only be used on the IO thread.
|
| -class WEBKIT_STORAGE_EXPORT BlobStorageHost {
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageHost {
|
| public:
|
| explicit BlobStorageHost(BlobStorageContext* context);
|
| ~BlobStorageHost();
|
|
|