| Index: Source/core/inspector/InspectorRuntimeAgent.h
|
| diff --git a/Source/core/inspector/InspectorRuntimeAgent.h b/Source/core/inspector/InspectorRuntimeAgent.h
|
| index b3ab715a4be268ded5066130819aa49ec1c19c27..f9611b50f020e4fce2acc6f82de7e198d9751337 100644
|
| --- a/Source/core/inspector/InspectorRuntimeAgent.h
|
| +++ b/Source/core/inspector/InspectorRuntimeAgent.h
|
| @@ -32,10 +32,9 @@
|
| #define InspectorRuntimeAgent_h
|
|
|
|
|
| -#include "bindings/v8/ScriptState.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/Noncopyable.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
|
|
|
|