| Index: third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
|
| index a96b8bacd6ee06673d77289d17e95ae51295ba1f..7bfe6630ab12e4a5b43be532471bfa1b5a0f96dc 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
|
| @@ -26,11 +26,11 @@
|
|
|
| #include "platform/fonts/FontPlatformData.h"
|
| #include "platform/fonts/SimpleFontData.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "public/platform/Platform.h"
|
| #include "public/platform/linux/WebFallbackFont.h"
|
| #include "public/platform/linux/WebSandboxSupport.h"
|
| -#include "public/platform/Platform.h"
|
| #include "ui/gfx/font_fallback_linux.h"
|
| -#include "wtf/text/CString.h"
|
|
|
| namespace blink {
|
|
|
|
|