| Index: Source/core/testing/InspectorFrontendClientLocal.cpp
|
| diff --git a/Source/core/testing/InspectorFrontendClientLocal.cpp b/Source/core/testing/InspectorFrontendClientLocal.cpp
|
| index a68a070d155b3be61305107b3fa6af9f10cef388..cec7a00ebe1d404a4e0d7669b9e4485cff97f436 100644
|
| --- a/Source/core/testing/InspectorFrontendClientLocal.cpp
|
| +++ b/Source/core/testing/InspectorFrontendClientLocal.cpp
|
| @@ -39,8 +39,8 @@
|
| #include "core/platform/Timer.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebThread.h"
|
| -#include <wtf/Deque.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Deque.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|