| Index: third_party/WebKit/Source/core/css/FontFaceCache.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceCache.h b/third_party/WebKit/Source/core/css/FontFaceCache.h
|
| index 0fa6047f234ee6cb6d655234537257f7767f94f1..e96c5494f1f9c9e261d49d0e388add62d306059f 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceCache.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceCache.h
|
| @@ -28,10 +28,10 @@
|
| #define FontFaceCache_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|