Chromium Code Reviews| 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. |