| Index: third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.cpp b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| index 30e18d23e3ed23def665e2d5efd58a18184ad5b0..07da4944594042a3b1ce781fe8e9053a02b39fa3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| @@ -67,8 +67,8 @@
|
| #include "platform/text/BidiResolver.h"
|
| #include "platform/text/BidiTextRun.h"
|
| #include "platform/text/TextRunIterator.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/text/CString.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/text/CString.h"
|
|
|
| namespace blink {
|
|
|
|
|