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

Unified Diff: webkit/appcache/manifest_parser.h

Issue 8086017: add more appcache_exports needed for test_shell_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix weird merge issues Created 9 years, 3 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
« no previous file with comments | « webkit/appcache/appcache_working_set.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/manifest_parser.h
diff --git a/webkit/appcache/manifest_parser.h b/webkit/appcache/manifest_parser.h
index 19d5cacdb525c3afda6cd29eb0ecf94edd6a8d02..8937404f62ea1435f61744716258c797e698d570 100644
--- a/webkit/appcache/manifest_parser.h
+++ b/webkit/appcache/manifest_parser.h
@@ -36,6 +36,7 @@
#include <vector>
#include "base/hash_tables.h"
+#include "webkit/appcache/appcache_export.h"
class GURL;
@@ -43,7 +44,7 @@ namespace appcache {
typedef std::pair<GURL, GURL> FallbackNamespace;
-struct Manifest {
+struct APPCACHE_EXPORT Manifest {
Manifest();
~Manifest();
@@ -53,8 +54,10 @@ struct Manifest {
bool online_whitelist_all;
};
-bool ParseManifest(const GURL& manifest_url, const char* data, int length,
- Manifest& manifest);
+APPCACHE_EXPORT bool ParseManifest(const GURL& manifest_url,
+ const char* data,
+ int length,
+ Manifest& manifest);
} // namespace appcache
« no previous file with comments | « webkit/appcache/appcache_working_set.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698