| Index: third_party/WebKit/Source/platform/wtf/text/TextCodecUTF8.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecUTF8.h b/third_party/WebKit/Source/platform/wtf/text/TextCodecUTF8.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/text/TextCodecUTF8.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/TextCodecUTF8.h
|
| index a996e7ee9bb190a9586fbed6af13ea778eed05ea..a2c5c1012b639ce690ec2f8613749b7eecb9ec49 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecUTF8.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecUTF8.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef TextCodecUTF8_h
|
| #define TextCodecUTF8_h
|
|
|
| -#include "wtf/text/TextCodec.h"
|
| +#include "platform/wtf/text/TextCodec.h"
|
| #include <memory>
|
|
|
| namespace WTF {
|
|
|