| Index: third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h
|
| diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h b/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h
|
| index ec965ad1df025099234e3146ee5ee094291fe375..7a1d6bee6a44565cf0d77c0c3056b837f50bbccf 100644
|
| --- a/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h
|
| +++ b/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h
|
| @@ -32,9 +32,9 @@
|
| #define SharedWorkerRepositoryClient_h
|
|
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| #include "public/platform/WebMessagePortChannel.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|