| Index: webkit/common/dom_storage/dom_storage_types.h
|
| diff --git a/webkit/common/dom_storage/dom_storage_types.h b/webkit/common/dom_storage/dom_storage_types.h
|
| index af3d6c494d92f344b1ab93e0a76c7940badfff5a..6a198dd783266fb2bb60fdd4b6d5ae780d8e0042 100644
|
| --- a/webkit/common/dom_storage/dom_storage_types.h
|
| +++ b/webkit/common/dom_storage/dom_storage_types.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/strings/string16.h"
|
| #include "base/time.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "webkit/common/webkit_common_export.h"
|
| +#include "webkit/common/webkit_storage_common_export.h"
|
|
|
| namespace dom_storage {
|
|
|
| @@ -40,7 +40,7 @@ const int kInvalidAreaId = -1;
|
|
|
| typedef std::map<base::string16, NullableString16> ValuesMap;
|
|
|
| -struct WEBKIT_COMMON_EXPORT LocalStorageUsageInfo {
|
| +struct WEBKIT_STORAGE_COMMON_EXPORT LocalStorageUsageInfo {
|
| GURL origin;
|
| size_t data_size;
|
| base::Time last_modified;
|
| @@ -49,7 +49,7 @@ struct WEBKIT_COMMON_EXPORT LocalStorageUsageInfo {
|
| ~LocalStorageUsageInfo();
|
| };
|
|
|
| -struct WEBKIT_COMMON_EXPORT SessionStorageUsageInfo {
|
| +struct WEBKIT_STORAGE_COMMON_EXPORT SessionStorageUsageInfo {
|
| GURL origin;
|
| std::string persistent_namespace_id;
|
|
|
|
|