summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache.h
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 04:18:40 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 04:18:40 +0000
commit4cea3540e5b0c9910eaa94991c30255dc1fcc8de (patch)
tree08b2577bf225bc9deebe3952ddbd43bf07208006 /webkit/appcache/appcache.h
parentd2be53c910edad54684d5af6b62a05c488643fbc (diff)
downloadchromium_src-4cea3540e5b0c9910eaa94991c30255dc1fcc8de.zip
chromium_src-4cea3540e5b0c9910eaa94991c30255dc1fcc8de.tar.gz
chromium_src-4cea3540e5b0c9910eaa94991c30255dc1fcc8de.tar.bz2
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
Diffstat (limited to 'webkit/appcache/appcache.h')
-rw-r--r--webkit/appcache/appcache.h4
1 files changed, 2 insertions, 2 deletions
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<AppCache> {
+class WEBKIT_STORAGE_EXPORT AppCache : public base::RefCounted<AppCache> {
public:
typedef std::map<GURL, AppCacheEntry> EntryMap;
typedef std::set<AppCacheHost*> AppCacheHosts;