| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
|
| index 6a7c1db718fdcfc95b6cc148e38966ba0eff6b2b..dde7aebf8f03e4bf121761af34dfdb088d9e6b8e 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
|
| @@ -29,12 +29,12 @@
|
|
|
| #include "platform/fonts/shaping/ShapeResult.h"
|
| #include "platform/text/TextRun.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashFunctions.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/StringHasher.h"
|
| -#include "wtf/WeakPtr.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashFunctions.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/HashTableDeletedValueType.h"
|
| +#include "platform/wtf/StringHasher.h"
|
| +#include "platform/wtf/WeakPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|