| Index: third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.h b/third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.h
|
| index 15651270c95ff59303a05ce9f61fdc261ef9c611..86e297e6595640213390140afada691ebfbb7bd5 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.h
|
| @@ -36,8 +36,8 @@
|
| #include "core/loader/resource/ScriptResource.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/text/TextPosition.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/TextPosition.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|