| Index: third_party/WebKit/Source/platform/wtf/text/TextCodecASCIIFastPath.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecASCIIFastPath.h b/third_party/WebKit/Source/platform/wtf/text/TextCodecASCIIFastPath.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/text/TextCodecASCIIFastPath.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/TextCodecASCIIFastPath.h
|
| index 4f83d38e44cab80790bf65707cc6626a6cfa268c..f962d9d25ffa09f0842d2757e6c42976b532caa9 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecASCIIFastPath.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecASCIIFastPath.h
|
| @@ -27,7 +27,7 @@
|
| #ifndef TextCodecASCIIFastPath_h
|
| #define TextCodecASCIIFastPath_h
|
|
|
| -#include "wtf/text/ASCIIFastPath.h"
|
| +#include "platform/wtf/text/ASCIIFastPath.h"
|
|
|
| namespace WTF {
|
|
|
|
|