| Index: webkit/glue/webcursor_mac.mm
|
| diff --git a/webkit/glue/webcursor_mac.mm b/webkit/glue/webcursor_mac.mm
|
| index 76626cadb6ef2f37296a5421cac0e1de59b62c62..601233769c0832c027c15ee77cd65897f5f60b81 100644
|
| --- a/webkit/glue/webcursor_mac.mm
|
| +++ b/webkit/glue/webcursor_mac.mm
|
| @@ -12,8 +12,8 @@
|
| #include "base/memory/scoped_nsobject.h"
|
| #include "grit/webkit_chromium_resources.h"
|
| #include "skia/ext/skia_utils_mac.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebImage.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| +#include "third_party/WebKit/public/platform/WebImage.h"
|
| +#include "third_party/WebKit/public/platform/WebSize.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/point_conversions.h"
|
|
|