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

Unified Diff: webkit/appcache/manifest_parser.h

Issue 11230022: webkit: Merge build target 'appcache' to 'webkit_storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 years, 2 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') | webkit/appcache/view_appcache_internals_job.h » ('j') | 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 a612e6a8889b19b26a0d68fc3cc52b827ad8763a..47ebe77b5fee6543d194c99de0b442fc50586fcd 100644
--- a/webkit/appcache/manifest_parser.h
+++ b/webkit/appcache/manifest_parser.h
@@ -36,14 +36,14 @@
#include <vector>
#include "base/hash_tables.h"
-#include "webkit/appcache/appcache_export.h"
#include "webkit/appcache/appcache_interfaces.h"
+#include "webkit/storage/webkit_storage_export.h"
class GURL;
namespace appcache {
-struct APPCACHE_EXPORT Manifest {
+struct WEBKIT_STORAGE_EXPORT Manifest {
Manifest();
~Manifest();
@@ -54,10 +54,10 @@ struct APPCACHE_EXPORT Manifest {
bool online_whitelist_all;
};
-APPCACHE_EXPORT bool ParseManifest(const GURL& manifest_url,
- const char* data,
- int length,
- Manifest& manifest);
+WEBKIT_STORAGE_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') | webkit/appcache/view_appcache_internals_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698