diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 04:18:40 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 04:18:40 +0000 |
commit | 4cea3540e5b0c9910eaa94991c30255dc1fcc8de (patch) | |
tree | 08b2577bf225bc9deebe3952ddbd43bf07208006 /webkit/appcache/view_appcache_internals_job.h | |
parent | d2be53c910edad54684d5af6b62a05c488643fbc (diff) | |
download | chromium_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/view_appcache_internals_job.h')
-rw-r--r-- | webkit/appcache/view_appcache_internals_job.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |