| Index: third_party/WebKit/Source/core/animation/AnimationClock.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationClock.h b/third_party/WebKit/Source/core/animation/AnimationClock.h
|
| index 96477f567f227a7697fc1df481acd78eb1ad97e8..879461c36a20069c9c7d510cc66864b0c3f5e75e 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationClock.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationClock.h
|
| @@ -32,9 +32,9 @@
|
| #define AnimationClock_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| #include <limits>
|
|
|
|
|