| Index: Source/core/platform/chromium/WidgetChromium.cpp
|
| diff --git a/Source/core/platform/chromium/WidgetChromium.cpp b/Source/core/platform/chromium/WidgetChromium.cpp
|
| index 32db1509503f28ad036aeafde78c8afc0a4a13d8..78ea25c134c6febff2210dd0d2df087ef0fa27a2 100644
|
| --- a/Source/core/platform/chromium/WidgetChromium.cpp
|
| +++ b/Source/core/platform/chromium/WidgetChromium.cpp
|
| @@ -29,11 +29,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "Widget.h"
|
| +#include "core/platform/Widget.h"
|
|
|
| +#include "core/platform/HostWindow.h"
|
| +#include "core/platform/ScrollView.h"
|
| #include <wtf/Assertions.h>
|
| -#include "HostWindow.h"
|
| -#include "ScrollView.h"
|
|
|
| namespace WebCore {
|
|
|
|
|