| Index: Source/core/dom/NamedFlowCollection.cpp
|
| diff --git a/Source/core/dom/NamedFlowCollection.cpp b/Source/core/dom/NamedFlowCollection.cpp
|
| index 8672d6db33d171f84bc9377bc93d4e0101b695e2..ef35fa9c383f97694649961929f9f02ca6b3cd32 100644
|
| --- a/Source/core/dom/NamedFlowCollection.cpp
|
| +++ b/Source/core/dom/NamedFlowCollection.cpp
|
| @@ -35,9 +35,8 @@
|
| #include "core/dom/Document.h"
|
| #include "core/dom/NamedFlow.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| -
|
| -#include <wtf/text/StringHash.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/text/StringHash.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|