| Index: third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
|
| index 7722d47a168da7cc86e34efcb02350a91f4d8065..8b923b477d2ccc6b762bccda09268f17443825ef 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
|
| @@ -37,8 +37,8 @@
|
| #include "platform/Timer.h"
|
| #include "platform/graphics/CompositorElementId.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Optional.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Optional.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|