| Index: webkit/common/cursors/webcursor_mac.mm
|
| ===================================================================
|
| --- webkit/common/cursors/webcursor_mac.mm (revision 0)
|
| +++ webkit/common/cursors/webcursor_mac.mm (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/glue/webcursor.h"
|
| +#include "webkit/common/cursors/webcursor.h"
|
|
|
| #import <AppKit/AppKit.h>
|
|
|
| @@ -12,7 +12,6 @@
|
| #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/Source/WebKit/chromium/public/WebCursorInfo.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| @@ -21,7 +20,6 @@
|
|
|
|
|
| using WebKit::WebCursorInfo;
|
| -using WebKit::WebImage;
|
| using WebKit::WebSize;
|
|
|
| // Declare symbols that are part of the 10.7 SDK.
|
|
|