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

Unified Diff: content/browser/service_worker/foreign_fetch_request_handler.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/foreign_fetch_request_handler.h
diff --git a/content/browser/service_worker/foreign_fetch_request_handler.h b/content/browser/service_worker/foreign_fetch_request_handler.h
index 6a86d510bbd1b6a6c5fe0f47c2e878d642b9108c..0c142417331f9ea17b1467f582046a9ead353130 100644
--- a/content/browser/service_worker/foreign_fetch_request_handler.h
+++ b/content/browser/service_worker/foreign_fetch_request_handler.h
@@ -32,11 +32,8 @@ namespace content {
class ResourceContext;
class ResourceRequestBodyImpl;
-class ServiceWorkerContextCore;
class ServiceWorkerContextWrapper;
-class ServiceWorkerProviderHost;
class ServiceWorkerRegistration;
-struct ResourceResponseInfo;
// Class for routing network requests to ServiceWorkers for foreign fetch
// events. Created one per URLRequest and attached to each request.
« no previous file with comments | « content/browser/renderer_host/text_input_manager.h ('k') | content/browser/service_worker/service_worker_cache_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698