| Index: sky/engine/web/WebImageCache.cpp
|
| diff --git a/sky/engine/web/WebImageCache.cpp b/sky/engine/web/WebImageCache.cpp
|
| index 33350464183a3d4970fb5d8f90709ff81e15786f..bf89d262e6bdb91839c9365f0032dafda8193e56 100644
|
| --- a/sky/engine/web/WebImageCache.cpp
|
| +++ b/sky/engine/web/WebImageCache.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/web/WebImageCache.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/web/WebImageCache.h"
|
|
|
| -#include "platform/graphics/ImageDecodingStore.h"
|
| +#include "sky/engine/platform/graphics/ImageDecodingStore.h"
|
|
|
| namespace blink {
|
|
|
|
|