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

Unified Diff: webkit/appcache/appcache_working_set.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_url_request_job.h ('k') | webkit/appcache/manifest_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_working_set.h
diff --git a/webkit/appcache/appcache_working_set.h b/webkit/appcache/appcache_working_set.h
index d7e4fc92c484e3e89a2563026c15073d32b5f8d5..0b16f8d1f53aa1a7e74794a93d1eb890cc817069 100644
--- a/webkit/appcache/appcache_working_set.h
+++ b/webkit/appcache/appcache_working_set.h
@@ -9,6 +9,7 @@
#include "base/hash_tables.h"
#include "googleurl/src/gurl.h"
+#include "webkit/appcache/appcache_export.h"
namespace appcache {
@@ -18,7 +19,7 @@ class AppCacheResponseInfo;
// Represents the working set of appcache object instances
// currently in memory.
-class AppCacheWorkingSet {
+class APPCACHE_EXPORT AppCacheWorkingSet {
public:
typedef std::map<GURL, AppCacheGroup*> GroupMap;
« no previous file with comments | « webkit/appcache/appcache_url_request_job.h ('k') | webkit/appcache/manifest_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698