| Index: sky/engine/platform/fonts/GlyphPageTreeNodeTest.cpp
|
| diff --git a/sky/engine/platform/fonts/GlyphPageTreeNodeTest.cpp b/sky/engine/platform/fonts/GlyphPageTreeNodeTest.cpp
|
| index 993180680ba46f2093a875ac9f0162c3857db837..ae86db8685b1ab2b1a54bee5373a8d9502d18b49 100644
|
| --- a/sky/engine/platform/fonts/GlyphPageTreeNodeTest.cpp
|
| +++ b/sky/engine/platform/fonts/GlyphPageTreeNodeTest.cpp
|
| @@ -2,12 +2,12 @@
|
| // 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/GlyphPageTreeNode.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/fonts/GlyphPageTreeNode.h"
|
|
|
| -#include "platform/fonts/SegmentedFontData.h"
|
| -#include "platform/fonts/SimpleFontData.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/platform/fonts/SegmentedFontData.h"
|
| +#include "sky/engine/platform/fonts/SimpleFontData.h"
|
|
|
| namespace blink {
|
|
|
|
|