Index: content/browser/web_contents/web_drag_source_win.cc |
diff --git a/content/browser/web_contents/web_drag_source_win.cc b/content/browser/web_contents/web_drag_source_win.cc |
index a73df23fae026bfc74bf4e8cf9ae80940828950f..eb833c3b3b59a0394052f813a8b9c52df3eed95b 100644 |
--- a/content/browser/web_contents/web_drag_source_win.cc |
+++ b/content/browser/web_contents/web_drag_source_win.cc |
@@ -113,7 +113,7 @@ void WebDragSource::Observe(int type, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) { |
if (content::NOTIFICATION_WEB_CONTENTS_SWAPPED == type) { |
- // When the tab contents get swapped, our render view host goes away. |
+ // When the WebContents get swapped, our render view host goes away. |
// That's OK, we can continue the drag, we just can't send messages back to |
// our drag source. |
render_view_host_ = NULL; |