| Index: Source/core/platform/graphics/skia/FontCacheSkia.cpp
|
| diff --git a/Source/core/platform/graphics/skia/FontCacheSkia.cpp b/Source/core/platform/graphics/skia/FontCacheSkia.cpp
|
| index 639d530149dfccc01a4556729b787124c862097b..27731aefdbb05c747fca1c589490f55058c5ecc9 100644
|
| --- a/Source/core/platform/graphics/skia/FontCacheSkia.cpp
|
| +++ b/Source/core/platform/graphics/skia/FontCacheSkia.cpp
|
| @@ -30,11 +30,11 @@
|
|
|
| #include "config.h"
|
| #include <unicode/locid.h>
|
| -#include "Logging.h"
|
| -#include "NotImplemented.h"
|
| #include "SkPaint.h"
|
| #include "SkTypeface.h"
|
| #include "SkUtils.h"
|
| +#include "core/platform/Logging.h"
|
| +#include "core/platform/NotImplemented.h"
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/FontDescription.h"
|
|
|