| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index 1241a7056cf3d434cafe0d3e6a809a223b44a86c..2d64cd89e13339616fe75c3746cd055359fcf628 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -9,11 +9,10 @@
|
| #include "core/inspector/ConsoleTypes.h"
|
| #include "platform/Timer.h"
|
| #include "platform/UserGestureIndicator.h"
|
| -#include "platform/v8_inspector/public/V8Inspector.h"
|
| -#include "platform/v8_inspector/public/V8InspectorClient.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Vector.h"
|
| #include <memory>
|
| +#include <v8-inspector.h>
|
| #include <v8.h>
|
|
|
| namespace blink {
|
|
|