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

Unified Diff: content/browser/service_worker/service_worker_script_cache_map.h

Issue 380093002: Update installed ServiceWorkers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: content/browser/service_worker/service_worker_script_cache_map.h
diff --git a/content/browser/service_worker/service_worker_script_cache_map.h b/content/browser/service_worker/service_worker_script_cache_map.h
index 6c6809b8322a7e69d2d4cb490f2566bcf06362c4..da790f609c66ca667fbb200ff2decd425faa7ea1 100644
--- a/content/browser/service_worker/service_worker_script_cache_map.h
+++ b/content/browser/service_worker/service_worker_script_cache_map.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/memory/weak_ptr.h"
#include "content/browser/service_worker/service_worker_database.h"
+#include "content/common/content_export.h"
class GURL;
@@ -21,7 +22,7 @@ class ServiceWorkerVersion;
// Class that maintains the mapping between urls and a resource id
// for a particular version's implicit script resources.
-class ServiceWorkerScriptCacheMap {
+class CONTENT_EXPORT ServiceWorkerScriptCacheMap {
public:
int64 Lookup(const GURL& url);

Powered by Google App Engine
This is Rietveld 408576698