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

Unified Diff: content/child/service_worker/web_service_worker_impl.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/child/service_worker/web_service_worker_impl.h
diff --git a/content/child/service_worker/web_service_worker_impl.h b/content/child/service_worker/web_service_worker_impl.h
index fcc49183c8ff30124f5c4b992931d3915d1efab2..80ecb9e719aede7e7af4747fbbb220ea0cafd49e 100644
--- a/content/child/service_worker/web_service_worker_impl.h
+++ b/content/child/service_worker/web_service_worker_impl.h
@@ -24,7 +24,6 @@ class WebServiceWorkerProxy;
namespace content {
class ServiceWorkerHandleReference;
-struct ServiceWorkerObjectInfo;
class ThreadSafeSender;
// Each instance corresponds to one ServiceWorker object in JS context, and

Powered by Google App Engine
This is Rietveld 408576698