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

Unified Diff: Source/core/platform/DragData.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/core/platform/CryptoResult.h ('k') | Source/core/platform/Pasteboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/DragData.cpp
diff --git a/Source/core/platform/DragData.cpp b/Source/core/platform/DragData.cpp
index ccc049b46afce49afd8ad37fcaa1d8e1b3c3cd15..a7f748651de071ca2ca018405b5f8167e9a48e4d 100644
--- a/Source/core/platform/DragData.cpp
+++ b/Source/core/platform/DragData.cpp
@@ -81,7 +81,7 @@ String DragData::asURL(FilenameConversionPolicy filenamePolicy, String* title) c
if (m_platformDragData->types().contains(mimeTypeTextURIList))
m_platformDragData->urlAndTitle(url, title);
else if (filenamePolicy == ConvertFilenames && containsFiles())
- url = KURL(WebKit::Platform::current()->fileUtilities()->filePathToURL(m_platformDragData->filenames()[0]));
+ url = KURL(blink::Platform::current()->fileUtilities()->filePathToURL(m_platformDragData->filenames()[0]));
return url;
}
« no previous file with comments | « Source/core/platform/CryptoResult.h ('k') | Source/core/platform/Pasteboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698