| Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
|
| index 42a02fc2f83fe26cb3139785d3574eb3d8a80f2e..8568b3cee8af47f52b2ce94cf76e2f4ebfda5ebb 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef CompositorWorkerMessagingProxy_h
|
| #define CompositorWorkerMessagingProxy_h
|
|
|
| -#include "core/workers/InProcessWorkerMessagingProxy.h"
|
| -#include "wtf/Allocator.h"
|
| #include <memory>
|
| +#include "core/workers/InProcessWorkerMessagingProxy.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|