| Index: third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| index 4c1c2d19ac34570ad8532f12725f700a2384b153..d833dfa6c02b582ae1602a2d6807e9f52c706f45 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| @@ -15,7 +15,6 @@ namespace blink {
|
|
|
| class Document;
|
| class KURL;
|
| -class WorkerGlobalScopeProxy;
|
|
|
| // A proxy for talking to the worker inspector on the worker thread.
|
| // All of these methods should be called on the main thread.
|
|
|