| Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h
|
| index 11be83a7b9cc9cb3be9e8ea750a1d47375bcabe2..86b1cec422465e36b9da14d92417ab024ebc3b1a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h
|
| @@ -6,14 +6,13 @@
|
| #define V8DebuggerAgentImpl_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/InspectorBackendDispatcher.h"
|
| #include "core/InspectorFrontend.h"
|
| -#include "core/inspector/InspectorBaseAgent.h"
|
| -#include "core/inspector/PromiseTracker.h"
|
| +#include "core/inspector/v8/PromiseTracker.h"
|
| #include "core/inspector/v8/ScriptBreakpoint.h"
|
| #include "core/inspector/v8/SourceMap.h"
|
| #include "core/inspector/v8/V8DebuggerAgent.h"
|
| #include "core/inspector/v8/V8DebuggerImpl.h"
|
| -#include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/HashSet.h"
|
|
|