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

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

Issue 998173002: Revise ServiceWorker DevTools protocols. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use DCHECK_CURRENTLY_ON Created 5 years, 9 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_registration.h
diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h
index 26184839c417c45962630e80c2b0e8fde3454119..3cd3864d8ebb9c7d943180ce8deee85987fc7f96 100644
--- a/content/browser/service_worker/service_worker_registration.h
+++ b/content/browser/service_worker/service_worker_registration.h
@@ -19,8 +19,8 @@
namespace content {
-class ServiceWorkerRegistrationInfo;
class ServiceWorkerVersion;
+struct ServiceWorkerRegistrationInfo;
// This class represents a Service Worker registration. The scope is constant
// for the life of the persistent registration. It's refcounted to facilitate

Powered by Google App Engine
This is Rietveld 408576698