| Index: third_party/WebKit/Source/core/inspector/ConsoleMessage.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ConsoleMessage.h b/third_party/WebKit/Source/core/inspector/ConsoleMessage.h
|
| index 3cb22d973a1e95c9f651fc8b5405d4680e8c0259..1ea3e45bceef92a404f19b6954a560b2f79b7312 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ConsoleMessage.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ConsoleMessage.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/CoreExport.h"
|
| -#include "core/frame/ConsoleTypes.h"
|
| -#include "core/inspector/ConsoleAPITypes.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/v8_inspector/public/ConsoleAPITypes.h"
|
| +#include "platform/v8_inspector/public/ConsoleTypes.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|