| Index: third_party/WebKit/Source/platform/wtf/ASCIICType.h
|
| diff --git a/third_party/WebKit/Source/wtf/ASCIICType.h b/third_party/WebKit/Source/platform/wtf/ASCIICType.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/ASCIICType.h
|
| copy to third_party/WebKit/Source/platform/wtf/ASCIICType.h
|
| index e25f8d4e731ca349eb7b29f412974f39943b4990..6bee37dcc78b73f36502c0eee4f42ebf71121f2d 100644
|
| --- a/third_party/WebKit/Source/wtf/ASCIICType.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/ASCIICType.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef WTF_ASCIICType_h
|
| #define WTF_ASCIICType_h
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| // The behavior of many of the functions in the <ctype.h> header is dependent
|
| // on the current locale. But in the WebKit project, all uses of those functions
|
|
|