| Index: Source/core/platform/graphics/win/FontCacheWin.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp b/Source/core/platform/graphics/win/FontCacheWin.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
|
| rename to Source/core/platform/graphics/win/FontCacheWin.cpp
|
| index 577848b73a57161f40faaa6a2d7fa8aa04f2a43e..d7ba3b6fdf30a4fae558132caa53cd8f81d06010 100644
|
| --- a/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
|
| +++ b/Source/core/platform/graphics/win/FontCacheWin.cpp
|
| @@ -35,7 +35,7 @@
|
| #include <unicode/uniset.h>
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| -#include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
|
| +#include "core/platform/graphics/win/FontPlatformDataWin.h"
|
| #include "platform/LayoutTestSupport.h"
|
| #include "platform/fonts/FontFallbackWin.h"
|
| #include "platform/win/HWndDC.h"
|
|
|