From 4cea3540e5b0c9910eaa94991c30255dc1fcc8de Mon Sep 17 00:00:00 2001 From: "hashimoto@chromium.org" Date: Tue, 23 Oct 2012 04:18:40 +0000 Subject: webkit: Merge build target 'appcache' to 'webkit_storage' BUG=155242 TEST=build TBR=darin@chromium.org for trivial gyp changes Review URL: https://chromiumcodereview.appspot.com/11230022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163491 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/appcache/appcache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/appcache/appcache.h') diff --git a/webkit/appcache/appcache.h b/webkit/appcache/appcache.h index b4905dc..feafc0e 100644 --- a/webkit/appcache/appcache.h +++ b/webkit/appcache/appcache.h @@ -15,8 +15,8 @@ #include "googleurl/src/gurl.h" #include "webkit/appcache/appcache_database.h" #include "webkit/appcache/appcache_entry.h" -#include "webkit/appcache/appcache_export.h" #include "webkit/appcache/manifest_parser.h" +#include "webkit/storage/webkit_storage_export.h" namespace appcache { @@ -27,7 +27,7 @@ class AppCacheService; // Set of cached resources for an application. A cache exists as long as a // host is associated with it, the cache is in an appcache group or the // cache is being created during an appcache upate. -class APPCACHE_EXPORT AppCache : public base::RefCounted { +class WEBKIT_STORAGE_EXPORT AppCache : public base::RefCounted { public: typedef std::map EntryMap; typedef std::set AppCacheHosts; -- cgit v1.1