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/view_appcache_internals_job.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/appcache/view_appcache_internals_job.h') diff --git a/webkit/appcache/view_appcache_internals_job.h b/webkit/appcache/view_appcache_internals_job.h index aad961f..e51ada1 100644 --- a/webkit/appcache/view_appcache_internals_job.h +++ b/webkit/appcache/view_appcache_internals_job.h @@ -6,7 +6,7 @@ #define WEBKIT_APPCACHE_VIEW_APPCACHE_INTERNALS_JOB_H_ #include "base/basictypes.h" -#include "webkit/appcache/appcache_export.h" +#include "webkit/storage/webkit_storage_export.h" namespace net { class NetworkDelegate; @@ -18,7 +18,7 @@ namespace appcache { class AppCacheService; -class APPCACHE_EXPORT ViewAppCacheInternalsJobFactory { +class WEBKIT_STORAGE_EXPORT ViewAppCacheInternalsJobFactory { public: static net::URLRequestJob* CreateJobForRequest( net::URLRequest* request, -- cgit v1.1