summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_drag_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/web_drag_source.h')
-rw-r--r--chrome/browser/tab_contents/web_drag_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_drag_source.h b/chrome/browser/tab_contents/web_drag_source.h
index dc45792..9ba5bf9 100644
--- a/chrome/browser/tab_contents/web_drag_source.h
+++ b/chrome/browser/tab_contents/web_drag_source.h
@@ -22,7 +22,7 @@ class RenderViewHost;
//
// WebDragSource
//
-// An IDropSource implementation for a WebContents. Handles notifications sent
+// An IDropSource implementation for a TabContents. Handles notifications sent
// by an active drag-drop operation as the user mouses over other drop targets
// on their system. This object tells Windows whether or not the drag should
// continue, and supplies the appropriate cursors.