| Index: third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp b/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| index 20e1a6c9b08e8f59ca35f7924b0736d6860dbd65..8aa5831d0fe615c96bb41b4ac4f29f41513d754a 100644
|
| --- a/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| @@ -30,19 +30,19 @@
|
|
|
| #include "web/WebPepperSocketImpl.h"
|
|
|
| +#include <memory>
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/Document.h"
|
| #include "core/inspector/ConsoleTypes.h"
|
| #include "modules/websockets/DocumentWebSocketChannel.h"
|
| #include "modules/websockets/WebSocketChannel.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebURL.h"
|
| #include "public/web/WebArrayBuffer.h"
|
| #include "public/web/WebDocument.h"
|
| #include "web/WebPepperSocketChannelClientProxy.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|