| Index: third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h
|
| diff --git a/third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h b/third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h
|
| index 5322897f7409e83ceaadc618435a10f4ce137a18..f196e4ad4e67bff41c148f8ff95921d277b97c76 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h
|
| @@ -6,9 +6,9 @@
|
| #define InspectorWebSocketEvents_h
|
|
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| -#include "platform/TraceEvent.h"
|
| -#include "platform/TracedValue.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/tracing/TraceEvent.h"
|
| +#include "platform/tracing/TracedValue.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Functional.h"
|
| #include <memory>
|
|
|