| Index: sky/engine/platform/graphics/ProfilingCanvas.cpp
|
| diff --git a/sky/engine/platform/graphics/ProfilingCanvas.cpp b/sky/engine/platform/graphics/ProfilingCanvas.cpp
|
| index 1741fa7ac6a6568706a481e572a9f45b0b0a853c..6faaa919dda218150a6312443eab4efdc142a1f7 100644
|
| --- a/sky/engine/platform/graphics/ProfilingCanvas.cpp
|
| +++ b/sky/engine/platform/graphics/ProfilingCanvas.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/ProfilingCanvas.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/ProfilingCanvas.h"
|
|
|
| -#include "wtf/CurrentTime.h"
|
| +#include "sky/engine/wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|