| Index: public/web/WebWidget.h
|
| diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
|
| index 28753cc0c3c6d0475320d130b373e01c7ff56d88..36db13af6b9ffeddcd8a0a872b29e68ef6baea52 100644
|
| --- a/public/web/WebWidget.h
|
| +++ b/public/web/WebWidget.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef WebWidget_h
|
| #define WebWidget_h
|
|
|
| -#include "../platform/WebCanvas.h"
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebRect.h"
|
| -#include "../platform/WebSize.h"
|
| #include "WebCompositionUnderline.h"
|
| #include "WebTextDirection.h"
|
| #include "WebTextInputInfo.h"
|
| +#include "public/platform/WebCanvas.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebRect.h"
|
| +#include "public/platform/WebSize.h"
|
|
|
| namespace blink {
|
|
|
|
|