| Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h
|
| index 753b68430f4644e6050415ccbff8fe503082358e..726b8642a6a54026a1962d4dd949519eeb19ab24 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "core/workers/InProcessWorkerBase.h"
|
| #include "modules/ModulesExport.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|