| Index: webkit/glue/web_io_operators.cc
|
| ===================================================================
|
| --- webkit/glue/web_io_operators.cc (revision 112786)
|
| +++ webkit/glue/web_io_operators.cc (working copy)
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "webkit/glue/web_io_operators.h"
|
|
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebPoint.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/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/WebKit/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| #endif // defined(WCHAR_T_IS_UTF32)
|
|
|
| namespace WebKit {
|
|
|