| Index: Source/core/platform/graphics/win/UniscribeHelperTextRun.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.cpp b/Source/core/platform/graphics/win/UniscribeHelperTextRun.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/chromium/UniscribeHelperTextRun.cpp
|
| rename to Source/core/platform/graphics/win/UniscribeHelperTextRun.cpp
|
| index 20850b4633ef267b85a33bea5711c5a8038f008e..27b18a2fcea7aa9c64d29a3d8b9da347c28677df 100644
|
| --- a/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.cpp
|
| +++ b/Source/core/platform/graphics/win/UniscribeHelperTextRun.cpp
|
| @@ -29,11 +29,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/chromium/UniscribeHelperTextRun.h"
|
| +#include "core/platform/graphics/win/UniscribeHelperTextRun.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/graphics/TextRun.h"
|
|
|
| namespace WebCore {
|
|
|