Index: webkit/browser/appcache/manifest_parser.h |
diff --git a/webkit/browser/appcache/manifest_parser.h b/webkit/browser/appcache/manifest_parser.h |
index ef9e0a647ca550d9ec9e23f9289f4d9ed2971cee..44661ef1fa0da3a65965c728e2f4f1ae10cbd348 100644 |
--- a/webkit/browser/appcache/manifest_parser.h |
+++ b/webkit/browser/appcache/manifest_parser.h |
@@ -36,14 +36,14 @@ |
#include <vector> |
#include "base/containers/hash_tables.h" |
+#include "webkit/browser/webkit_storage_browser_export.h" |
#include "webkit/common/appcache/appcache_interfaces.h" |
-#include "webkit/storage/webkit_storage_export.h" |
class GURL; |
namespace appcache { |
-struct WEBKIT_STORAGE_EXPORT Manifest { |
+struct WEBKIT_STORAGE_BROWSER_EXPORT Manifest { |
Manifest(); |
~Manifest(); |
@@ -54,7 +54,7 @@ struct WEBKIT_STORAGE_EXPORT Manifest { |
bool online_whitelist_all; |
}; |
-WEBKIT_STORAGE_EXPORT bool ParseManifest(const GURL& manifest_url, |
+WEBKIT_STORAGE_BROWSER_EXPORT bool ParseManifest(const GURL& manifest_url, |
const char* data, |
int length, |
Manifest& manifest); |