| Index: third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h
|
| index 7db5b6c8949a593134dc3d0620c53d9ca92ad204..7835eb773b25a2fcdec2247afde855fd847e7b49 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h
|
| @@ -32,10 +32,9 @@
|
| #define V8RuntimeAgentImpl_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/InspectorBackendDispatcher.h"
|
| #include "core/InspectorFrontend.h"
|
| -#include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/v8/V8RuntimeAgent.h"
|
| -#include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
|
|