| Index: third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.cpp b/third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.cpp
|
| index e2548fc7d2688f87336d30a46da0522aa331aab5..062f498e164d63f00a1e8a146ef348d8b7d0c249 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.cpp
|
| @@ -9,7 +9,7 @@
|
| #include "bindings/core/v8/ScriptController.h"
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8StringResource.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|