| Index: webkit/glue/webcursor_mac.mm
|
| diff --git a/webkit/glue/webcursor_mac.mm b/webkit/glue/webcursor_mac.mm
|
| index d3a6a20884b62d46451b06650e293001cfed220c..db81f765dc193a202aec76b945b9357c08c712dc 100644
|
| --- a/webkit/glue/webcursor_mac.mm
|
| +++ b/webkit/glue/webcursor_mac.mm
|
| @@ -7,12 +7,12 @@
|
| #import <AppKit/AppKit.h>
|
| #include <Carbon/Carbon.h>
|
|
|
| -#include "app/mac/nsimage_cache.h"
|
| #include "base/logging.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebImage.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSize.h"
|
| +#include "ui/gfx/mac/nsimage_cache.h"
|
|
|
| using WebKit::WebCursorInfo;
|
| using WebKit::WebImage;
|
|
|