| Index: third_party/WebKit/Source/core/svg/animation/SMILTime.h
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTime.h b/third_party/WebKit/Source/core/svg/animation/SMILTime.h
|
| index 4a591f9a9e7fe339f15746a0187f6e77918f66a3..e68a062c09a07f25dd9c4aafab3ad2eab7d453e4 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTime.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTime.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef SMILTime_h
|
| #define SMILTime_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/HashTraits.h"
|
| -#include "wtf/MathExtras.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/HashTraits.h"
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|