| Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp
|
| index f7ae2915ccd65fb1659d09b5f9990a74c92ec388..bc363d68f682b9ee3ab5c544062aea5ed60a70fe 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "modules/compositorworker/CompositorWorkerThread.h"
|
|
|
| +#include <memory>
|
| #include "core/workers/InProcessWorkerObjectProxy.h"
|
| #include "core/workers/WorkerThreadStartupData.h"
|
| #include "modules/compositorworker/CompositorWorkerGlobalScope.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| -#include "wtf/Assertions.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|