| Index: third_party/WebKit/Source/core/inspector/InspectorHighlight.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHighlight.h b/third_party/WebKit/Source/core/inspector/InspectorHighlight.h
|
| index 892e2dc19b675b8793df2f54380dc6f27d087ef0..d8e1ef862ae087126c1c58a36b33484746970331 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHighlight.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHighlight.h
|
| @@ -6,11 +6,11 @@
|
| #define InspectorHighlight_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/inspector/protocol/DOM.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/graphics/Color.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "platform/inspector_protocol/TypeBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|