| Index: third_party/WebKit/Source/core/dom/Range.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Range.cpp b/third_party/WebKit/Source/core/dom/Range.cpp
|
| index 11f575377e3a7e00a11fd7bb3a8a0ce555a8b45c..896aa576d4142c075bbb992c63dcb1d62ad3a281 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Range.cpp
|
| @@ -53,8 +53,8 @@
|
| #include "core/svg/SVGSVGElement.h"
|
| #include "platform/EventDispatchForbiddenScope.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| #ifndef NDEBUG
|
| #include <stdio.h>
|
| #endif
|
|
|