summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/web_application_cache_host_impl.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/web_application_cache_host_impl.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/web_application_cache_host_impl.h')
-rw-r--r--webkit/appcache/web_application_cache_host_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/appcache/web_application_cache_host_impl.h b/webkit/appcache/web_application_cache_host_impl.h
index 39e3b2a..216594d 100644
--- a/webkit/appcache/web_application_cache_host_impl.h
+++ b/webkit/appcache/web_application_cache_host_impl.h
@@ -8,11 +8,11 @@
#include <string>
#include "googleurl/src/gurl.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebApplicationCacheHostClient.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h"
-#include "webkit/appcache/appcache_export.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebApplicationCacheHostClient.h"
#include "webkit/appcache/appcache_interfaces.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace WebKit {
class WebFrame;
@@ -20,7 +20,7 @@ class WebFrame;
namespace appcache {
-class APPCACHE_EXPORT WebApplicationCacheHostImpl
+class WEBKIT_STORAGE_EXPORT WebApplicationCacheHostImpl
: NON_EXPORTED_BASE(public WebKit::WebApplicationCacheHost) {
public:
// Returns the host having given id or NULL if there is no such host.