| Index: third_party/WebKit/Source/platform/fonts/FontCacheKey.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCacheKey.h b/third_party/WebKit/Source/platform/fonts/FontCacheKey.h
|
| index f4066fd624b81ccfcb6512ee30723bea8955e842..174af50c6cb3e6b0f7ee790dfab58a633cbe98fc 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCacheKey.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCacheKey.h
|
| @@ -33,11 +33,11 @@
|
|
|
| #include "FontFaceCreationParams.h"
|
| #include "platform/fonts/opentype/FontSettings.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashTableDeletedValueType.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|