| Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| index 35a9a50c95462ada4b3fd650f90eb8b043423cff..8a7c6fd0f88ff23de499f5dbad7f0f6c07a3693d 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -37,9 +37,9 @@
|
| #include "core/svg/SVGURIReference.h"
|
| #include "core/svg/animation/SMILTimeContainer.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|