| Index: third_party/WebKit/Source/core/dom/MutationRecord.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MutationRecord.h b/third_party/WebKit/Source/core/dom/MutationRecord.h
|
| index e0e07c31b1426e1ae72604006c6f5472bb10cd9e..6cc0a00f80bc8bcd8c10200a56d731778d296e6e 100644
|
| --- a/third_party/WebKit/Source/core/dom/MutationRecord.h
|
| +++ b/third_party/WebKit/Source/core/dom/MutationRecord.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|