| Index: third_party/WebKit/Source/modules/websockets/CloseEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/websockets/CloseEvent.h b/third_party/WebKit/Source/modules/websockets/CloseEvent.h
|
| index 706765117ba1b1be124b5708fc8ebe59ec1fc845..6168a363bd186e4c7964d2f6730748067ee61c6c 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/CloseEvent.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/CloseEvent.h
|
| @@ -37,9 +37,9 @@
|
| #include "modules/EventModules.h"
|
| #include "modules/websockets/CloseEventInit.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|