| Index: Source/core/inspector/InspectorClient.h
|
| diff --git a/Source/core/inspector/InspectorClient.h b/Source/core/inspector/InspectorClient.h
|
| index 6fa61c7601dde37f2824be18400b1a7a28e578b0..ccfe0cdcacd5e0b23832932d18fc4ffdefcb4d93 100644
|
| --- a/Source/core/inspector/InspectorClient.h
|
| +++ b/Source/core/inspector/InspectorClient.h
|
| @@ -28,9 +28,9 @@
|
| #define InspectorClient_h
|
|
|
| #include "core/inspector/InspectorStateClient.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/HashSet.h"
|
|
|
| namespace WebCore {
|
|
|
|
|