| Index: third_party/WebKit/Source/core/editing/Editor.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| index bca08c29a4491a97c0e211b648a6013629bbbb4f..b714e43aba2e8bbce46d7ea185d76799a76db025 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -89,8 +89,8 @@
|
| #include "platform/KillRing.h"
|
| #include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|