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

Unified Diff: webkit/appcache/appcache_storage.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_response.h ('k') | webkit/appcache/appcache_update_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_storage.h
diff --git a/webkit/appcache/appcache_storage.h b/webkit/appcache/appcache_storage.h
index 562bb16630b64ba8a762eddd68b4c9248b5f26d5..b9b3d40bef4c94fd2c83169ff9043d5cd6328aba 100644
--- a/webkit/appcache/appcache_storage.h
+++ b/webkit/appcache/appcache_storage.h
@@ -14,6 +14,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "net/base/completion_callback.h"
+#include "webkit/appcache/appcache_export.h"
#include "webkit/appcache/appcache_working_set.h"
class GURL;
@@ -29,11 +30,11 @@ class AppCacheService;
struct AppCacheInfoCollection;
struct HttpResponseInfoIOBuffer;
-class AppCacheStorage {
+class APPCACHE_EXPORT AppCacheStorage {
public:
typedef std::map<GURL, int64> UsageMap;
- class Delegate {
+ class APPCACHE_EXPORT Delegate {
public:
virtual ~Delegate() {}
« no previous file with comments | « webkit/appcache/appcache_response.h ('k') | webkit/appcache/appcache_update_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698