| Index: third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| index 3dd4b62ba7ef5ed4b731cf1fb83ff5b7c8ca3742..60baf1ceb448e077d852997ffd0d1f706c24c942 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| @@ -87,7 +87,7 @@ class CORE_EXPORT InProcessWorkerObjectProxy : public ThreadedObjectProxyBase {
|
| WeakPtr<ThreadedMessagingProxyBase> MessagingProxyWeakPtr() final;
|
|
|
| private:
|
| - friend class InProcessWorkerMessagingProxyForTest;
|
| + friend class InProcessWorkerObjectProxyForTest;
|
|
|
| void StartPendingActivityTimer();
|
| void CheckPendingActivity(TimerBase*);
|
|
|