summaryrefslogtreecommitdiff
path: root/chromium/content/common/cursors/webcursor_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/cursors/webcursor_mac.mm')
-rw-r--r--chromium/content/common/cursors/webcursor_mac.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/common/cursors/webcursor_mac.mm b/chromium/content/common/cursors/webcursor_mac.mm
index a55335de75a..972ed72c97a 100644
--- a/chromium/content/common/cursors/webcursor_mac.mm
+++ b/chromium/content/common/cursors/webcursor_mac.mm
@@ -13,8 +13,8 @@
#include "content/app/resources/grit/content_resources.h"
#include "content/public/common/content_client.h"
#include "skia/ext/skia_utils_mac.h"
-#include "third_party/WebKit/public/platform/WebCursorInfo.h"
-#include "third_party/WebKit/public/platform/WebSize.h"
+#include "third_party/blink/public/platform/web_cursor_info.h"
+#include "third_party/blink/public/platform/web_size.h"
#include "ui/gfx/geometry/point_conversions.h"
#include "ui/gfx/geometry/size_conversions.h"
#include "ui/gfx/image/image.h"