| Index: third_party/WebKit/Source/core/page/PagePopupClient.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PagePopupClient.cpp b/third_party/WebKit/Source/core/page/PagePopupClient.cpp
|
| index a68c63e4e1971cd9a6eec7d183b4b806f64fd83f..c3debeb08fb0c1cdd1c019a9c5b5abbfa9ff3bf7 100644
|
| --- a/third_party/WebKit/Source/core/page/PagePopupClient.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PagePopupClient.cpp
|
| @@ -32,8 +32,8 @@
|
|
|
| #include "core/dom/NodeComputedStyle.h"
|
| #include "core/frame/LocalFrame.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|