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