| Index: third_party/WebKit/Source/platform/text/Character.h
|
| diff --git a/third_party/WebKit/Source/platform/text/Character.h b/third_party/WebKit/Source/platform/text/Character.h
|
| index 8a5b4209a6e3e59d0289eaaa4c81c9370d81512d..d7628287a8596d9a0060cadc4e0f2ffb70275dcf 100644
|
| --- a/third_party/WebKit/Source/platform/text/Character.h
|
| +++ b/third_party/WebKit/Source/platform/text/Character.h
|
| @@ -35,11 +35,11 @@
|
| #include "platform/text/CharacterProperty.h"
|
| #include "platform/text/TextDirection.h"
|
| #include "platform/text/TextRun.h"
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/ASCIICType.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|