| Index: sky/engine/platform/graphics/ImageDecodingStoreTest.cpp
|
| diff --git a/sky/engine/platform/graphics/ImageDecodingStoreTest.cpp b/sky/engine/platform/graphics/ImageDecodingStoreTest.cpp
|
| index 5ce5c411625f8352830e02b85df4876db4be7112..c0650fcfff2f62839964e465a9b51f2f02124c60 100644
|
| --- a/sky/engine/platform/graphics/ImageDecodingStoreTest.cpp
|
| +++ b/sky/engine/platform/graphics/ImageDecodingStoreTest.cpp
|
| @@ -23,14 +23,14 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "platform/graphics/ImageDecodingStore.h"
|
| +#include "sky/engine/platform/graphics/ImageDecodingStore.h"
|
|
|
| -#include "platform/SharedBuffer.h"
|
| -#include "platform/graphics/ImageFrameGenerator.h"
|
| -#include "platform/graphics/test/MockImageDecoder.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/platform/SharedBuffer.h"
|
| +#include "sky/engine/platform/graphics/ImageFrameGenerator.h"
|
| +#include "sky/engine/platform/graphics/test/MockImageDecoder.h"
|
|
|
| using namespace blink;
|
|
|
|
|