| Index: content/browser/web_contents/web_drag_source_win.h
|
| diff --git a/content/browser/web_contents/web_drag_source_win.h b/content/browser/web_contents/web_drag_source_win.h
|
| index 64a0c51604cfae600ed75306b52c16a7add40e79..a7801a50bf87c75c93e70377ec7e2b8ca91391a8 100644
|
| --- a/content/browser/web_contents/web_drag_source_win.h
|
| +++ b/content/browser/web_contents/web_drag_source_win.h
|
| @@ -18,10 +18,10 @@ class RenderViewHost;
|
| class WebContents;
|
| }
|
|
|
| -// 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.
|
| +// An IDropSource implementation for a WebContentsImpl. 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.
|
| class WebDragSource : public ui::DragSource,
|
| public content::NotificationObserver {
|
| public:
|
|
|