| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| index da1fe8cedde1eefbb6ca9fb6db198e65e38233a5..6c625dc86eac0eaab14b4544911c6d440a774b4e 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -37,12 +37,12 @@
|
| #include "core/inspector/InspectorSession.h"
|
| #include "core/inspector/InspectorTracingAgent.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/WebSize.h"
|
| #include "public/platform/WebThread.h"
|
| #include "public/web/WebDevToolsAgent.h"
|
| #include "web/InspectorEmulationAgent.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|