| Index: third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| index 3ddcfeab2a37a8d70bb38235dc89c2cc9ba6474f..61fce17480dd409de2876c0668be3e88216fe64c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| @@ -35,8 +35,8 @@
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/protocol/Target.h"
|
| #include "core/workers/WorkerInspectorProxy.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashMap.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashMap.h"
|
|
|
| namespace blink {
|
| class InspectedFrames;
|
|
|