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

Unified Diff: content/public/common/drop_data.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
« no previous file with comments | « content/public/common/context_menu_params.cc ('k') | content/public/common/drop_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/drop_data.h
diff --git a/content/public/common/drop_data.h b/content/public/common/drop_data.h
index 008b3f9ae3416a057338e627e24df039821b15f1..74ad79ddd71d1c1d101917889d542de2c841cd1b 100644
--- a/content/public/common/drop_data.h
+++ b/content/public/common/drop_data.h
@@ -44,7 +44,7 @@ struct CONTENT_EXPORT DropData {
// Referrer policy to use when dragging a link out of the webview results in
// a download.
- WebKit::WebReferrerPolicy referrer_policy;
+ blink::WebReferrerPolicy referrer_policy;
// User is dropping one or more files on the webview.
std::vector<FileInfo> filenames;
« no previous file with comments | « content/public/common/context_menu_params.cc ('k') | content/public/common/drop_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698