| Index: sky/engine/core/animation/AnimationClockTest.cpp
|
| diff --git a/sky/engine/core/animation/AnimationClockTest.cpp b/sky/engine/core/animation/AnimationClockTest.cpp
|
| index 6711971d614b1a236c6f33ed2468c91215885376..662dcd0eb31d0b7b2783e1a0c32fe1e761eb68e9 100644
|
| --- a/sky/engine/core/animation/AnimationClockTest.cpp
|
| +++ b/sky/engine/core/animation/AnimationClockTest.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/animation/AnimationClock.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/AnimationClock.h"
|
|
|
| -#include "wtf/OwnPtr.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
|
|
| using namespace blink;
|
|
|
|
|