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

Unified Diff: content/browser/web_contents/web_drag_dest_win.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/browser/web_contents/web_drag_dest_win.h
diff --git a/content/browser/web_contents/web_drag_dest_win.h b/content/browser/web_contents/web_drag_dest_win.h
index 5ddb7edc2c8a9016f9158b10a39a707f2dc14a2f..9e3ca8daa2e89005d93117b0101354463021b195 100644
--- a/content/browser/web_contents/web_drag_dest_win.h
+++ b/content/browser/web_contents/web_drag_dest_win.h
@@ -29,7 +29,7 @@ class CONTENT_EXPORT WebDragDest : public ui::DropTargetWin {
DropData* current_drop_data() const { return drop_data_.get(); }
- void set_drag_cursor(WebKit::WebDragOperation op) {
+ void set_drag_cursor(blink::WebDragOperation op) {
drag_cursor_ = op;
}
@@ -66,7 +66,7 @@ class CONTENT_EXPORT WebDragDest : public ui::DropTargetWin {
// Used to determine what cursor we should display when dragging over web
// content area. This can be updated async during a drag operation.
- WebKit::WebDragOperation drag_cursor_;
+ blink::WebDragOperation drag_cursor_;
// A special drop target handler for when we try to d&d while an interstitial
// page is showing.
« no previous file with comments | « content/browser/web_contents/web_drag_dest_mac.mm ('k') | content/browser/web_contents/web_drag_dest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698