| Index: webkit/glue/web_io_operators.cc
|
| diff --git a/webkit/glue/web_io_operators.cc b/webkit/glue/web_io_operators.cc
|
| index 60e441b6dd07959714238f0239e231755056c766..c7634799073b8724c9959358c778ee195640b31b 100644
|
| --- a/webkit/glue/web_io_operators.cc
|
| +++ b/webkit/glue/web_io_operators.cc
|
| @@ -6,14 +6,14 @@
|
|
|
| #include <ostream>
|
|
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebPoint.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
|
| +#include "third_party/WebKit/public/platform/WebPoint.h"
|
| +#include "third_party/WebKit/public/platform/WebRect.h"
|
| #include "ui/gfx/point.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| #if defined(WCHAR_T_IS_UTF32)
|
| #include "base/string16.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| #endif // defined(WCHAR_T_IS_UTF32)
|
|
|
| namespace WebKit {
|
|
|