| Index: third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h b/third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
|
| similarity index 97%
|
| copy from third_party/WebKit/Source/wtf/text/ASCIIFastPath.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
|
| index 2f3433f5e4925fd5ab3fba4acbd22676efa25750..099f0ad6b0265fdedbcd27b73733f3b19c885f0d 100644
|
| --- a/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
|
| @@ -22,10 +22,10 @@
|
| #ifndef ASCIIFastPath_h
|
| #define ASCIIFastPath_h
|
|
|
| -#include "wtf/Alignment.h"
|
| -#include "wtf/CPU.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/Alignment.h"
|
| +#include "platform/wtf/CPU.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
| #include <stdint.h>
|
|
|
| #if OS(MACOSX) && (CPU(X86) || CPU(X86_64))
|
|
|