| Index: content/common/cursors/webcursor_mac.mm
|
| diff --git a/content/common/cursors/webcursor_mac.mm b/content/common/cursors/webcursor_mac.mm
|
| index 7ba1b29f965b9153027be7aaa40200a32048cd07..c0a7885c6ef30e4199695a4edf97653060b3898f 100644
|
| --- a/content/common/cursors/webcursor_mac.mm
|
| +++ b/content/common/cursors/webcursor_mac.mm
|
| @@ -10,8 +10,8 @@
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "base/mac/sdk_forward_declarations.h"
|
| +#include "content/app/resources/grit/content_resources.h"
|
| #include "content/public/common/content_client.h"
|
| -#include "grit/webkit_resources.h"
|
| #include "skia/ext/skia_utils_mac.h"
|
| #include "third_party/WebKit/public/platform/WebCursorInfo.h"
|
| #include "third_party/WebKit/public/platform/WebSize.h"
|
| @@ -19,7 +19,6 @@
|
| #include "ui/gfx/point_conversions.h"
|
| #include "ui/gfx/size_conversions.h"
|
|
|
| -
|
| using blink::WebCursorInfo;
|
| using blink::WebSize;
|
|
|
|
|