| Index: Source/core/testing/InspectorFrontendClientLocal.h
|
| diff --git a/Source/core/testing/InspectorFrontendClientLocal.h b/Source/core/testing/InspectorFrontendClientLocal.h
|
| index ef35ebab8dc15193b4f8aef5f0e154072d35e145..e92f6f58e7687f153b0b6cab06e55455903f45ff 100644
|
| --- a/Source/core/testing/InspectorFrontendClientLocal.h
|
| +++ b/Source/core/testing/InspectorFrontendClientLocal.h
|
| @@ -32,9 +32,9 @@
|
| #define InspectorFrontendClientLocal_h
|
|
|
| #include "core/inspector/InspectorFrontendClient.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|