| Index: third_party/WebKit/Source/platform/DecimalTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/DecimalTest.cpp b/third_party/WebKit/Source/platform/DecimalTest.cpp
|
| index 81b66059b57d25886b96ef78db628215f2ddcc68..522a2cc6c6f9b5f18f0a3f9130f509ebf34abd6a 100644
|
| --- a/third_party/WebKit/Source/platform/DecimalTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/DecimalTest.cpp
|
| @@ -30,10 +30,10 @@
|
|
|
| #include "platform/Decimal.h"
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/CString.h"
|
| #include <float.h>
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace blink {
|
|
|
|
|