| Index: third_party/WebKit/Source/core/streams/Stream.h
|
| diff --git a/third_party/WebKit/Source/core/streams/Stream.h b/third_party/WebKit/Source/core/streams/Stream.h
|
| index ad006246dc052f753fca4658d00fe9be1f22c6a9..b6850eeeff7d7e5eae5e565b8eaf62bbaa99e3bc 100644
|
| --- a/third_party/WebKit/Source/core/streams/Stream.h
|
| +++ b/third_party/WebKit/Source/core/streams/Stream.h
|
| @@ -35,7 +35,7 @@
|
| #include "core/dom/SuspendableObject.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|