| Index: sky/engine/platform/fonts/android/FontCacheAndroidTest.cpp
|
| diff --git a/sky/engine/platform/fonts/android/FontCacheAndroidTest.cpp b/sky/engine/platform/fonts/android/FontCacheAndroidTest.cpp
|
| index 031c2ad15982ce8c1255cf6460c88347f8cf58cb..6d43f2175aa2d75015cc36850bc269b5991b3f14 100644
|
| --- a/sky/engine/platform/fonts/android/FontCacheAndroidTest.cpp
|
| +++ b/sky/engine/platform/fonts/android/FontCacheAndroidTest.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "platform/fonts/FontCache.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/fonts/FontCache.h"
|
|
|
| -#include "platform/fonts/SimpleFontData.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/platform/fonts/SimpleFontData.h"
|
|
|
| namespace blink {
|
|
|
|
|