| Index: public/web/WebDataSource.h
|
| diff --git a/public/web/WebDataSource.h b/public/web/WebDataSource.h
|
| index 639c83758f97a80cfd32b3805732289e899382ad..6437ab70a7db1a280fe05197b5511eef08fc22de 100644
|
| --- a/public/web/WebDataSource.h
|
| +++ b/public/web/WebDataSource.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebDataSource_h
|
| #define WebDataSource_h
|
|
|
| -#include "public/platform/WebCommon.h"
|
| -#include "public/web/WebNavigationType.h"
|
| -#include "public/web/WebTextDirection.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "WebNavigationType.h"
|
| +#include "WebTextDirection.h"
|
|
|
| namespace blink {
|
|
|
|
|