| Index: webkit/common/dom_storage/dom_storage_map.h
|
| diff --git a/webkit/common/dom_storage/dom_storage_map.h b/webkit/common/dom_storage/dom_storage_map.h
|
| index f57e387f0cae49f7824a4b5fe47ce290cdb065dd..76650b487e28f2bd8a38cb97551c8e0f65823d53 100644
|
| --- a/webkit/common/dom_storage/dom_storage_map.h
|
| +++ b/webkit/common/dom_storage/dom_storage_map.h
|
| @@ -11,14 +11,14 @@
|
| #include "base/nullable_string16.h"
|
| #include "base/string16.h"
|
| #include "webkit/common/dom_storage/dom_storage_types.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
| +#include "webkit/common/webkit_common_export.h"
|
|
|
| namespace dom_storage {
|
|
|
| // A wrapper around a std::map that adds refcounting and
|
| // tracks the size in bytes of the keys/values, enforcing a quota.
|
| // See class comments for DomStorageContext for a larger overview.
|
| -class WEBKIT_STORAGE_EXPORT DomStorageMap
|
| +class WEBKIT_COMMON_EXPORT DomStorageMap
|
| : public base::RefCountedThreadSafe<DomStorageMap> {
|
| public:
|
| explicit DomStorageMap(size_t quota);
|
|
|