| Index: sky/engine/platform/geometry/LayoutBoxExtent.cpp
|
| diff --git a/sky/engine/platform/geometry/LayoutBoxExtent.cpp b/sky/engine/platform/geometry/LayoutBoxExtent.cpp
|
| index 3e07aee49ab058e17a3169ba74d4404dd1d48ec8..891698247dc16a246133c78dac2e7de773f1ffae 100644
|
| --- a/sky/engine/platform/geometry/LayoutBoxExtent.cpp
|
| +++ b/sky/engine/platform/geometry/LayoutBoxExtent.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/geometry/LayoutBoxExtent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/geometry/LayoutBoxExtent.h"
|
|
|
| -#include "wtf/Assertions.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|