| Index: Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp b/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
|
| index e449c1cb039240f382fa0b70c0964f604f65614d..5574b29566b37aeb633e8a2cd6b58330e6807da2 100644
|
| --- a/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
|
| +++ b/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
|
| @@ -39,9 +39,9 @@
|
| #include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
|
| #include "core/platform/graphics/chromium/FontUtilsChromiumWin.h"
|
| #include "core/platform/win/HWndDC.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/text/StringHash.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/text/StringHash.h"
|
|
|
| #include <windows.h>
|
| #include <mlang.h>
|
|
|