| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| index 0b021280684904f2404229af199c3b3f13b1c335..abc50a9199c8107a2cf09d030a6ac8d217e72a72 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -30,6 +30,8 @@
|
| #ifndef InspectorDOMAgent_h
|
| #define InspectorDOMAgent_h
|
|
|
| +#include <v8-inspector.h>
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/events/EventListenerMap.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| @@ -42,8 +44,6 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/AtomicString.h"
|
| -#include <memory>
|
| -#include <v8-inspector.h>
|
|
|
| namespace blink {
|
|
|
|
|