Index: chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc |
=================================================================== |
--- chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc (revision 115435) |
+++ chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc (working copy) |
@@ -121,7 +121,7 @@ |
view_->GetTabContents()); |
const GURL& page_url = view_->GetTabContents()->GetURL(); |
- const std::string& page_encoding = view_->GetTabContents()->encoding(); |
+ const std::string& page_encoding = view_->GetTabContents()->GetEncoding(); |
// If it is not drag-out, do the drag-and-drop in the current UI thread. |
if (drop_data.download_metadata.empty()) { |