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

Unified Diff: content/public/common/drop_data.cc

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/drop_data.h ('k') | content/public/common/menu_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/drop_data.cc
diff --git a/content/public/common/drop_data.cc b/content/public/common/drop_data.cc
index 9e42ddac2f0876dd524a1171bf341c4012ad9c9e..3536efb21cfd2d49ca8315b23e997ee4b407ec75 100644
--- a/content/public/common/drop_data.cc
+++ b/content/public/common/drop_data.cc
@@ -16,7 +16,7 @@ DropData::FileInfo::FileInfo(const base::string16& path,
}
DropData::DropData()
- : referrer_policy(WebKit::WebReferrerPolicyDefault) {
+ : referrer_policy(blink::WebReferrerPolicyDefault) {
}
DropData::~DropData() {
« no previous file with comments | « content/public/common/drop_data.h ('k') | content/public/common/menu_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698