| Index: Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp
|
| diff --git a/Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp b/Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp
|
| index e201d90cd7f18d544858f6d11e3af075b4a68fbc..c17695b96c75b05460a1e3fe56f8f8f6994acdc2 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp
|
| +++ b/Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp
|
| @@ -30,8 +30,8 @@
|
|
|
| #include "CSSValueKeywords.h"
|
| #include "core/platform/graphics/FontDescription.h"
|
| -#include "core/platform/win/HWndDC.h"
|
| -#include "core/platform/win/SystemInfo.h"
|
| +#include "platform/win/HWndDC.h"
|
| +#include "platform/win/SystemInfo.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| #define SIZEOF_STRUCT_WITH_SPECIFIED_LAST_MEMBER(structName, member) \
|
|
|