| Index: third_party/WebKit/public/web/WebWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
|
| index 9183285c718abad6ac639763dc81e2e8ef2fe51a..4dae362cddce6a367577b5c35ed1a5c488d30abc 100644
|
| --- a/third_party/WebKit/public/web/WebWidget.h
|
| +++ b/third_party/WebKit/public/web/WebWidget.h
|
| @@ -31,15 +31,15 @@
|
| #ifndef WebWidget_h
|
| #define WebWidget_h
|
|
|
| -#include "../platform/WebBrowserControlsState.h"
|
| -#include "../platform/WebCanvas.h"
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebFloatSize.h"
|
| -#include "../platform/WebInputEventResult.h"
|
| -#include "../platform/WebPoint.h"
|
| -#include "../platform/WebRect.h"
|
| -#include "../platform/WebSize.h"
|
| -#include "../platform/WebTextInputInfo.h"
|
| +#include "public/platform/WebBrowserControlsState.h"
|
| +#include "public/platform/WebCanvas.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebFloatSize.h"
|
| +#include "public/platform/WebInputEventResult.h"
|
| +#include "public/platform/WebPoint.h"
|
| +#include "public/platform/WebRect.h"
|
| +#include "public/platform/WebSize.h"
|
| +#include "public/platform/WebTextInputInfo.h"
|
| #include "WebCompositionUnderline.h"
|
| #include "WebRange.h"
|
| #include "WebTextDirection.h"
|
|
|