| 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 b5a661ad36393c01a87c10850d2b7fbe075c4135..22733014fe4ae777751c251ba131fbce3210564c 100644
|
| --- a/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
|
| +++ b/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
|
| @@ -35,9 +35,9 @@
|
| #include <unicode/uniset.h>
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| -#include "core/platform/graphics/chromium/FontFallbackWin.h"
|
| #include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
|
| #include "platform/LayoutTestSupport.h"
|
| +#include "platform/fonts/FontFallbackWin.h"
|
| #include "platform/win/HWndDC.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/HashSet.h"
|
|
|