| 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 92843643e1199e19e340b4e488f853a95c1f615e..46ed0293ca3af0266fbdfda848bfa344fc6b4efa 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/InspectorProtocol.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"
|
|
|