| Index: third_party/WebKit/public/web/WebDataSource.h
|
| diff --git a/third_party/WebKit/public/web/WebDataSource.h b/third_party/WebKit/public/web/WebDataSource.h
|
| index da476fe80ae3066d43d33333d39278fb7f840b52..5aaa8bb5b0dcae2c603b4c7b0ce14d3b10588a03 100644
|
| --- a/third_party/WebKit/public/web/WebDataSource.h
|
| +++ b/third_party/WebKit/public/web/WebDataSource.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #include <memory>
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebSourceLocation.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebSourceLocation.h"
|
| #include "WebNavigationType.h"
|
| #include "WebTextDirection.h"
|
|
|
|
|