| Index: public/web/WebFont.h
|
| diff --git a/public/web/WebFont.h b/public/web/WebFont.h
|
| index 523cee4aba9f861d8857a8a7bfaa1e554e907569..8b797ea1e848ebc75ec3f140b258cb1c21df48a0 100644
|
| --- a/public/web/WebFont.h
|
| +++ b/public/web/WebFont.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebFont_h
|
| #define WebFont_h
|
|
|
| -#include "../platform/WebCanvas.h"
|
| -#include "../platform/WebColor.h"
|
| -#include "../platform/WebCommon.h"
|
| +#include "public/platform/WebCanvas.h"
|
| +#include "public/platform/WebColor.h"
|
| +#include "public/platform/WebCommon.h"
|
|
|
| namespace blink {
|
|
|
|
|