| Index: sky/engine/web/WebCache.cpp
|
| diff --git a/sky/engine/web/WebCache.cpp b/sky/engine/web/WebCache.cpp
|
| index 7bda6da539ac5f4e6ff4eb2d9602dce011198b89..e1defb462f9315dd32f8913b0a2d8cb61599417f 100644
|
| --- a/sky/engine/web/WebCache.cpp
|
| +++ b/sky/engine/web/WebCache.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/web/WebCache.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/web/WebCache.h"
|
|
|
| -#include "core/fetch/MemoryCache.h"
|
| +#include "sky/engine/core/fetch/MemoryCache.h"
|
|
|
| namespace blink {
|
|
|
|
|