| Index: third_party/WebKit/Source/platform/wtf/text/TextEncoding.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextEncoding.h b/third_party/WebKit/Source/platform/wtf/text/TextEncoding.h
|
| similarity index 94%
|
| copy from third_party/WebKit/Source/wtf/text/TextEncoding.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/TextEncoding.h
|
| index f7285959d6f448ef41f092f9b5ba05e3f75aedfb..d58d6e3c509f3d680f776fed094fd89f4b1c4caf 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextEncoding.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextEncoding.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef TextEncoding_h
|
| #define TextEncoding_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/text/TextCodec.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/text/TextCodec.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| namespace WTF {
|
|
|
|
|