| Index: public/web/WebPrintParams.h
|
| diff --git a/public/web/WebPrintParams.h b/public/web/WebPrintParams.h
|
| index 1f49f0e897e6087e71495736566223228e91206f..dfd69d53af7ce10670ff84a4a9f772d89e5e0f29 100644
|
| --- a/public/web/WebPrintParams.h
|
| +++ b/public/web/WebPrintParams.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebPrintParams_h
|
| #define WebPrintParams_h
|
|
|
| -#include "../platform/WebRect.h"
|
| -#include "../platform/WebSize.h"
|
| #include "WebPrintScalingOption.h"
|
| +#include "public/platform/WebRect.h"
|
| +#include "public/platform/WebSize.h"
|
|
|
| namespace blink {
|
|
|
|
|