| Index: public/web/WebTextCheckingResult.h
|
| diff --git a/public/web/WebTextCheckingResult.h b/public/web/WebTextCheckingResult.h
|
| index 088ab741b9d1f2e11c762954dc930ab0c1f7922d..a6acc5d7718119d9f9dddbb8fe0d5d9f79b264e8 100644
|
| --- a/public/web/WebTextCheckingResult.h
|
| +++ b/public/web/WebTextCheckingResult.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebTextCheckingResult_h
|
| #define WebTextCheckingResult_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebString.h"
|
| #include "WebTextDecorationType.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| namespace WebCore {
|
| struct TextCheckingResult;
|
|
|