| Index: sky/engine/platform/fonts/GlyphBufferTest.cpp
|
| diff --git a/sky/engine/platform/fonts/GlyphBufferTest.cpp b/sky/engine/platform/fonts/GlyphBufferTest.cpp
|
| index 1563cfcc71d7baff5c653c86275ff0bddf62d2ad..37d3d45c4aa281e576d7a08c3fabd1587bcd6b70 100644
|
| --- a/sky/engine/platform/fonts/GlyphBufferTest.cpp
|
| +++ b/sky/engine/platform/fonts/GlyphBufferTest.cpp
|
| @@ -2,13 +2,13 @@
|
| // 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/GlyphBuffer.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/fonts/GlyphBuffer.h"
|
|
|
| -#include "platform/fonts/SimpleFontData.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/platform/fonts/SimpleFontData.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
|
|
| using namespace blink;
|
|
|
|
|