diff options
Diffstat (limited to 'views/drag_utils.cc')
-rw-r--r-- | views/drag_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/drag_utils.cc b/views/drag_utils.cc index dd7c887..b315130 100644 --- a/views/drag_utils.cc +++ b/views/drag_utils.cc @@ -33,7 +33,7 @@ void SetURLAndDragImage(const GURL& url, OSExchangeData* data) { DCHECK(url.is_valid() && data); - data->SetURL(url, title); + data->SetURL(url, WideToUTF16(title)); // Create a button to render the drag image for us. views::TextButton button(NULL, |