| Index: content/browser/web_contents/web_drag_dest_win.h
|
| diff --git a/content/browser/web_contents/web_drag_dest_win.h b/content/browser/web_contents/web_drag_dest_win.h
|
| index bb27f66c1a77d14d7e7ce755976192a4c6475335..1dd413a6958b0c5a198fbabdbaf232b2acc9b684 100644
|
| --- a/content/browser/web_contents/web_drag_dest_win.h
|
| +++ b/content/browser/web_contents/web_drag_dest_win.h
|
| @@ -19,7 +19,7 @@ class WebContents;
|
| class WebDragDestDelegate;
|
| }
|
|
|
| -// A helper object that provides drop capabilities to a TabContents. The
|
| +// A helper object that provides drop capabilities to a WebContentsImpl. The
|
| // DropTarget handles drags that enter the region of the WebContents by
|
| // passing on the events to the renderer.
|
| class CONTENT_EXPORT WebDragDest : public ui::DropTarget {
|
|
|