| Index: third_party/WebKit/Source/web/InspectorOverlay.h
|
| diff --git a/third_party/WebKit/Source/web/InspectorOverlay.h b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| index 4b344146dd91915699a99e0f208fc3c690d82d9a..1c1e127bdd237363e25d9281fa55c7931862eb26 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.h
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| @@ -31,12 +31,12 @@
|
|
|
| #include "core/inspector/InspectorDOMAgent.h"
|
| #include "core/inspector/InspectorOverlayHost.h"
|
| +#include "core/inspector/protocol/Forward.h"
|
| #include "platform/Timer.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/InspectorProtocol.h"
|
| #include "public/web/WebInputEvent.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|