| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index ad5fbb2153c88f254043cd781d8f7119b15d2119..2a664a5300201014e36840647ba600bccebd8d70 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -30,8 +30,8 @@
|
| #ifndef InspectorDebuggerAgent_h
|
| #define InspectorDebuggerAgent_h
|
|
|
| -#include "InspectorFrontend.h"
|
| #include "bindings/v8/ScriptState.h"
|
| +#include "core/InspectorFrontend.h"
|
| #include "core/frame/ConsoleTypes.h"
|
| #include "core/inspector/AsyncCallStackTracker.h"
|
| #include "core/inspector/ConsoleAPITypes.h"
|
|
|