Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: webkit/appcache/appcache_disk_cache.h

Issue 8086017: add more appcache_exports needed for test_shell_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix weird merge issues Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/appcache/appcache_database.h ('k') | webkit/appcache/appcache_group.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_disk_cache.h
diff --git a/webkit/appcache/appcache_disk_cache.h b/webkit/appcache/appcache_disk_cache.h
index c2dfe57f9929edeae8dee9db28c9b25d9031384e..da39098b137bb889200149bcd964731948e3e44a 100644
--- a/webkit/appcache/appcache_disk_cache.h
+++ b/webkit/appcache/appcache_disk_cache.h
@@ -10,13 +10,15 @@
#include "base/memory/scoped_ptr.h"
#include "net/disk_cache/disk_cache.h"
+#include "webkit/appcache/appcache_export.h"
#include "webkit/appcache/appcache_response.h"
namespace appcache {
// An implementation of AppCacheDiskCacheInterface that
// uses net::DiskCache as the backing store.
-class AppCacheDiskCache : public AppCacheDiskCacheInterface {
+class APPCACHE_EXPORT AppCacheDiskCache
+ : public AppCacheDiskCacheInterface {
public:
AppCacheDiskCache();
virtual ~AppCacheDiskCache();
« no previous file with comments | « webkit/appcache/appcache_database.h ('k') | webkit/appcache/appcache_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698