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

Unified Diff: content/browser/service_worker/service_worker_register_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_register_job.h
diff --git a/content/browser/service_worker/service_worker_register_job.h b/content/browser/service_worker/service_worker_register_job.h
index 5f93fd351fa53bfa3be5adfbc66f5b6d32f06590..4fff29b8c55116741e7ab7d668e36ac11c0bd0d2 100644
--- a/content/browser/service_worker/service_worker_register_job.h
+++ b/content/browser/service_worker/service_worker_register_job.h
@@ -19,9 +19,6 @@
namespace content {
-class ServiceWorkerJobCoordinator;
-class ServiceWorkerStorage;
-
// Handles the initial registration of a Service Worker and the
// subsequent update of existing registrations.
//

Powered by Google App Engine
This is Rietveld 408576698