diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 01:35:15 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 01:35:15 +0000 |
commit | 86da286163563a0c1fd3079e677289b2ebc8a932 (patch) | |
tree | 1d6965ee3d384a645d9fd981fdab67e9f9eb1eab /webkit/appcache/appcache_interceptor.h | |
parent | 2f841580eb2158cd0e94b0872f2795a949e357e1 (diff) | |
download | chromium_src-86da286163563a0c1fd3079e677289b2ebc8a932.zip chromium_src-86da286163563a0c1fd3079e677289b2ebc8a932.tar.gz chromium_src-86da286163563a0c1fd3079e677289b2ebc8a932.tar.bz2 |
Revert "Prepare appcache to build as a DLL in the component build."
TBR=michaeln@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/7881006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/appcache_interceptor.h')
-rw-r--r-- | webkit/appcache/appcache_interceptor.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/appcache/appcache_interceptor.h b/webkit/appcache/appcache_interceptor.h index 423fd65..1ddd7d2 100644 --- a/webkit/appcache/appcache_interceptor.h +++ b/webkit/appcache/appcache_interceptor.h @@ -8,7 +8,6 @@ #include "base/memory/singleton.h" #include "googleurl/src/gurl.h" #include "net/url_request/url_request.h" -#include "webkit/appcache/appcache_export.h" #include "webkit/glue/resource_type.h" namespace appcache { @@ -18,8 +17,7 @@ class AppCacheService; // An interceptor to hijack requests and potentially service them out of // the appcache. -class APPCACHE_EXPORT AppCacheInterceptor - : public net::URLRequest::Interceptor { +class AppCacheInterceptor : public net::URLRequest::Interceptor { public: // Registers a singleton instance with the net library. // Should be called early in the IO thread prior to initiating requests. |