Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1517)

Unified Diff: content/common/cursors/webcursor_win.cc

Issue 201473002: Move webcursors code from webkit/ to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/cursors/webcursor_win.cc
diff --git a/webkit/common/cursors/webcursor_win.cc b/content/common/cursors/webcursor_win.cc
similarity index 99%
rename from webkit/common/cursors/webcursor_win.cc
rename to content/common/cursors/webcursor_win.cc
index e825adf244ef951c0772ae2fcdf9f908bef0050a..dcd0aea8642de1b2d8985de994481c227d1d5399 100644
--- a/webkit/common/cursors/webcursor_win.cc
+++ b/content/common/cursors/webcursor_win.cc
@@ -4,11 +4,11 @@
#include "base/logging.h"
#include "base/pickle.h"
+#include "content/common/cursors/webcursor.h"
#include "grit/ui_unscaled_resources.h"
#include "third_party/WebKit/public/platform/WebCursorInfo.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/icon_util.h"
-#include "webkit/common/cursors/webcursor.h"
using blink::WebCursorInfo;

Powered by Google App Engine
This is Rietveld 408576698