| Index: third_party/WebKit/Source/platform/wtf/text/UTF8.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/UTF8.h b/third_party/WebKit/Source/platform/wtf/text/UTF8.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/text/UTF8.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/UTF8.h
|
| index cb2af936e3bcd97fa49cf413baf2a61b81f2e456..9c7c7b7f6619fca574edad734961988152ade4b1 100644
|
| --- a/third_party/WebKit/Source/wtf/text/UTF8.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/UTF8.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef WTF_UTF8_h
|
| #define WTF_UTF8_h
|
|
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| namespace WTF {
|
| namespace Unicode {
|
|
|