| Index: Source/core/inspector/InspectorFrontendClient.h
|
| diff --git a/Source/core/inspector/InspectorFrontendClient.h b/Source/core/inspector/InspectorFrontendClient.h
|
| index 88f4df385f11c250f64d0f21e9fbc0a1afad40fb..2116969a07bdf76ed03a72d45a87b8e3ffd58001 100644
|
| --- a/Source/core/inspector/InspectorFrontendClient.h
|
| +++ b/Source/core/inspector/InspectorFrontendClient.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef InspectorFrontendClient_h
|
| #define InspectorFrontendClient_h
|
|
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|