| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index bde21e22f4e5232171f396fb9505dd1447b48368..ba2f2285825bb16650ec76c7f6b1da4ff158eaca 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -33,10 +33,10 @@
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/dom/NodeList.h"
|
| #include "core/page/scrolling/ScrollingCoordinator.h"
|
| -#include <wtf/ArrayBuffer.h>
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/ArrayBuffer.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|