| 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 9e9b9afc6808e3063f31be6ebe938e22a419d243..1e1680febeab01765609c434b5694b2c42d3af3c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -30,6 +30,7 @@
|
| #ifndef InspectorDOMAgent_h
|
| #define InspectorDOMAgent_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/events/EventListenerMap.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| @@ -37,13 +38,12 @@
|
| #include "core/inspector/protocol/DOM.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include <memory>
|
| -#include <v8-inspector.h>
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "v8/include/v8-inspector.h"
|
|
|
| namespace blink {
|
|
|
|
|