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_backend_impl.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_backend_impl.h')
-rw-r--r-- | webkit/appcache/appcache_backend_impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/appcache/appcache_backend_impl.h b/webkit/appcache/appcache_backend_impl.h index 67e7e99..9a0e1ae 100644 --- a/webkit/appcache/appcache_backend_impl.h +++ b/webkit/appcache/appcache_backend_impl.h @@ -6,14 +6,13 @@ #define WEBKIT_APPCACHE_APPCACHE_BACKEND_IMPL_H_ #include "base/hash_tables.h" -#include "webkit/appcache/appcache_export.h" #include "webkit/appcache/appcache_host.h" namespace appcache { class AppCacheService; -class APPCACHE_EXPORT AppCacheBackendImpl { +class AppCacheBackendImpl { public: AppCacheBackendImpl(); ~AppCacheBackendImpl(); |