Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1429)

Unified Diff: webkit/common/dom_storage/dom_storage_types.h

Issue 15716007: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: char* -> char[] Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 fd5b800653186097ab9845f719bb819899f9ed48..a2a241161aaee82f499f3cc21c9a637cc02db1c1 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/string16.h"
#include "base/time.h"
#include "googleurl/src/gurl.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/common/webkit_common_export.h"
namespace dom_storage {
@@ -40,7 +40,7 @@ const int kInvalidAreaId = -1;
typedef std::map<base::string16, NullableString16> ValuesMap;
-struct WEBKIT_STORAGE_EXPORT LocalStorageUsageInfo {
+struct WEBKIT_COMMON_EXPORT LocalStorageUsageInfo {
GURL origin;
size_t data_size;
base::Time last_modified;
@@ -49,7 +49,7 @@ struct WEBKIT_STORAGE_EXPORT LocalStorageUsageInfo {
~LocalStorageUsageInfo();
};
-struct WEBKIT_STORAGE_EXPORT SessionStorageUsageInfo {
+struct WEBKIT_COMMON_EXPORT SessionStorageUsageInfo {
GURL origin;
std::string persistent_namespace_id;
« no previous file with comments | « webkit/common/dom_storage/dom_storage_map.h ('k') | webkit/common/dom_storage/webkit_common_dom_storage.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698