| Index: sky/engine/core/frame/FrameConsole.h
|
| diff --git a/sky/engine/core/frame/FrameConsole.h b/sky/engine/core/frame/FrameConsole.h
|
| index 60b76c30333d29c1de4338520b8f9796cbe0cdb1..83ff984d293bfe7f4345c2c834e47c7c5ed91a81 100644
|
| --- a/sky/engine/core/frame/FrameConsole.h
|
| +++ b/sky/engine/core/frame/FrameConsole.h
|
| @@ -29,11 +29,11 @@
|
| #ifndef FrameConsole_h
|
| #define FrameConsole_h
|
|
|
| -#include "bindings/core/v8/ScriptState.h"
|
| -#include "core/frame/ConsoleTypes.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptState.h"
|
| +#include "sky/engine/core/frame/ConsoleTypes.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|