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

Unified Diff: public/web/WebSharedWorkerConnector.h

Issue 776693002: Clean forward declaration in public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix fakewebplugin Created 6 years 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
« no previous file with comments | « public/web/WebSettings.h ('k') | public/web/WebSpeechRecognitionHandle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSharedWorkerConnector.h
diff --git a/public/web/WebSharedWorkerConnector.h b/public/web/WebSharedWorkerConnector.h
index 0371737102fe513cdb599591a28c1af074944b02..b9429b8a30eed123c53fbe6cdef5ae97c00393f8 100644
--- a/public/web/WebSharedWorkerConnector.h
+++ b/public/web/WebSharedWorkerConnector.h
@@ -35,9 +35,7 @@
namespace blink {
-class WebString;
class WebMessagePortChannel;
-class WebURL;
// This is the interface to conncect to SharedWorker.
// Since SharedWorkers communicate entirely through MessagePorts this interface only contains APIs for starting up a SharedWorker.
« no previous file with comments | « public/web/WebSettings.h ('k') | public/web/WebSpeechRecognitionHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698