| Index: Source/core/inspector/InspectorFrontendHost.h
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
|
| index fb9da0c0286c1c95cb4b8b14296f85ffd95e79d3..83e93442e0b96f5c126237124f1433b3ceff0b8c 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.h
|
| +++ b/Source/core/inspector/InspectorFrontendHost.h
|
| @@ -30,12 +30,10 @@
|
| #define InspectorFrontendHost_h
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| -#include "core/page/ConsoleTypes.h"
|
| -#include "core/page/ContextMenuProvider.h"
|
| #include "core/platform/ContextMenu.h"
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|