| Index: sky/engine/platform/LifecycleContextTest.cpp
|
| diff --git a/sky/engine/platform/LifecycleContextTest.cpp b/sky/engine/platform/LifecycleContextTest.cpp
|
| index 5bed89bb663a868549e26e01901d1abd0667dc39..0f1d06d123db629672486aebb6f976b5846c3a47 100644
|
| --- a/sky/engine/platform/LifecycleContextTest.cpp
|
| +++ b/sky/engine/platform/LifecycleContextTest.cpp
|
| @@ -24,12 +24,12 @@
|
| *
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "platform/LifecycleContext.h"
|
| +#include "sky/engine/platform/LifecycleContext.h"
|
|
|
| -#include "platform/LifecycleNotifier.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/platform/LifecycleNotifier.h"
|
|
|
| using namespace blink;
|
|
|
|
|