| Index: Source/core/inspector/InspectorWorkerAgent.h
|
| diff --git a/Source/core/inspector/InspectorWorkerAgent.h b/Source/core/inspector/InspectorWorkerAgent.h
|
| index 74146aad3c8f0af319fadc3302128aafc313c153..8db76fa9630dc9a64df61d36d288987190e334bc 100644
|
| --- a/Source/core/inspector/InspectorWorkerAgent.h
|
| +++ b/Source/core/inspector/InspectorWorkerAgent.h
|
| @@ -32,8 +32,8 @@
|
| #define InspectorWorkerAgent_h
|
|
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/HashMap.h"
|
|
|
| namespace WebCore {
|
| class InspectorFrontend;
|
|
|