| Index: third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp
|
| diff --git a/third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp b/third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp
|
| index 6b6aeef07b8553e0be52ec155cb83e5304144af7..c230bb1acaca696f833b547012ce3270b81a9959 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp
|
| +++ b/third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp
|
| @@ -38,9 +38,9 @@
|
| #include "platform/transforms/AffineTransform.h"
|
| #include "platform/transforms/Rotation.h"
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| #include <cmath>
|
| #include <cstdlib>
|
|
|