| Index: third_party/WebKit/public/web/WebPepperSocket.h
|
| diff --git a/third_party/WebKit/public/web/WebPepperSocket.h b/third_party/WebKit/public/web/WebPepperSocket.h
|
| index bbcc6a343a9501b0604cf64c102ae4d430d10e7b..5b0d6345fd0cfa5a5bd2f30b465b071d708bb13e 100644
|
| --- a/third_party/WebKit/public/web/WebPepperSocket.h
|
| +++ b/third_party/WebKit/public/web/WebPepperSocket.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebPepperSocket_h
|
| #define WebPepperSocket_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivatePtr.h"
|
| -#include "../platform/WebString.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivatePtr.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| namespace blink {
|
|
|
|
|