| Index: third_party/WebKit/public/web/WebDeviceEmulationParams.h
|
| diff --git a/third_party/WebKit/public/web/WebDeviceEmulationParams.h b/third_party/WebKit/public/web/WebDeviceEmulationParams.h
|
| index 68b4ff7c06c8bd6bb2c872cf65c0050aaaf3a1c5..fea75ee17b1e181e40e271ffa413556e36271deb 100644
|
| --- a/third_party/WebKit/public/web/WebDeviceEmulationParams.h
|
| +++ b/third_party/WebKit/public/web/WebDeviceEmulationParams.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef WebDeviceEmulationParams_h
|
| #define WebDeviceEmulationParams_h
|
|
|
| -#include "../platform/WebFloatPoint.h"
|
| -#include "../platform/WebPoint.h"
|
| -#include "../platform/WebRect.h"
|
| -#include "../platform/WebSize.h"
|
| -#include "../platform/modules/screen_orientation/WebScreenOrientationType.h"
|
| +#include "public/platform/WebFloatPoint.h"
|
| +#include "public/platform/WebPoint.h"
|
| +#include "public/platform/WebRect.h"
|
| +#include "public/platform/WebSize.h"
|
| +#include "public/platform/modules/screen_orientation/WebScreenOrientationType.h"
|
|
|
| namespace blink {
|
|
|
|
|