| Index: third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| index 032fe492afb8cc40b6f3683ded2346a99eda1b84..819b217942355ffc0cc3ae85a7fcb606f36fea4c 100644
|
| --- a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| @@ -61,6 +61,7 @@
|
| #include "platform/exported/WrappedResourceResponse.h"
|
| #include "platform/text/TextBreakIterator.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebPoint.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebURL.h"
|
| @@ -79,7 +80,6 @@
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebPluginContainerImpl.h"
|
| #include "web/WebViewImpl.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|