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

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

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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_unregister_job.h
diff --git a/content/browser/service_worker/service_worker_unregister_job.h b/content/browser/service_worker/service_worker_unregister_job.h
index 517bc27b0af29b953fdcc1217c2f33ec55091a3b..11964d5fece950ff303c1364c80e4a999fec1ff4 100644
--- a/content/browser/service_worker/service_worker_unregister_job.h
+++ b/content/browser/service_worker/service_worker_unregister_job.h
@@ -17,11 +17,8 @@
namespace content {
-class EmbeddedWorkerRegistry;
class ServiceWorkerContextCore;
-class ServiceWorkerJobCoordinator;
class ServiceWorkerRegistration;
-class ServiceWorkerStorage;
// Handles the unregistration of a Service Worker.
//

Powered by Google App Engine
This is Rietveld 408576698