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

Unified Diff: webkit/browser/appcache/manifest_parser.h

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/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);
« no previous file with comments | « webkit/browser/appcache/appcache_working_set.h ('k') | webkit/browser/appcache/view_appcache_internals_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698