| Index: Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h
|
| index 2c6732836ab5586c25854439d31bb65722cf5f80..5225611732d97232866c3c3f175e19fb0e9a7b5f 100644
|
| --- a/Source/core/inspector/InspectorConsoleAgent.h
|
| +++ b/Source/core/inspector/InspectorConsoleAgent.h
|
| @@ -25,9 +25,9 @@
|
| #ifndef InspectorConsoleAgent_h
|
| #define InspectorConsoleAgent_h
|
|
|
| -#include "InspectorFrontend.h"
|
| #include "bindings/v8/ScriptState.h"
|
| #include "bindings/v8/ScriptString.h"
|
| +#include "core/InspectorFrontend.h"
|
| #include "core/inspector/ConsoleAPITypes.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/frame/ConsoleTypes.h"
|
|
|