| Index: third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.cpp b/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| index 60c9141a8ee40c9a12b5373232768ce64806888e..6cb2906c272c7e70023133e9f90adb824b59085f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| @@ -48,16 +48,16 @@
|
| #include "platform/fonts/shaping/ShapeCache.h"
|
| #include "platform/instrumentation/tracing/web_memory_allocator_dump.h"
|
| #include "platform/instrumentation/tracing/web_process_memory_dump.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/debug/Alias.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| #include "public/platform/Platform.h"
|
| #include "ui/gfx/font_list.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/debug/Alias.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| -#include "wtf/text/StringHash.h"
|
|
|
| using namespace WTF;
|
|
|
|
|