| Index: third_party/WebKit/Source/platform/text/TextStream.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/TextStream.cpp b/third_party/WebKit/Source/platform/text/TextStream.cpp
|
| index dcba47d269f8faee733114881db0ea7c4f8c7bd1..3630965f16fdc852b2c4bc91ccc2c9b79bd7d2c7 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextStream.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/TextStream.cpp
|
| @@ -34,9 +34,9 @@
|
| #include "platform/geometry/LayoutPoint.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/geometry/LayoutSize.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/StringExtras.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/StringExtras.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|