| Index: Source/web/linux/WebFontRendering.cpp
|
| diff --git a/Source/web/linux/WebFontRendering.cpp b/Source/web/linux/WebFontRendering.cpp
|
| index e75886e3140130471ad3b5ecd04169615f284313..52266218e1958cccbf4083f2fa172f5211d34abf 100644
|
| --- a/Source/web/linux/WebFontRendering.cpp
|
| +++ b/Source/web/linux/WebFontRendering.cpp
|
| @@ -29,12 +29,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "WebFontRendering.h"
|
| +#include "public/web/linux/WebFontRendering.h"
|
|
|
| #include "core/platform/graphics/FontPlatformData.h"
|
|
|
| #if OS(LINUX)
|
| -#include "WebFontInfo.h"
|
| +#include "public/platform/linux/WebFontInfo.h"
|
| #endif
|
|
|
| using WebCore::FontPlatformData;
|
|
|