| Index: content/browser/web_contents/web_drag_source_gtk.h
|
| diff --git a/content/browser/web_contents/web_drag_source_gtk.h b/content/browser/web_contents/web_drag_source_gtk.h
|
| index 159a915717e4dcbce5c0b45bf4bb30fb89230c46..5e1cba86047e698c2d1b5e3a518c9ccde8a701df 100644
|
| --- a/content/browser/web_contents/web_drag_source_gtk.h
|
| +++ b/content/browser/web_contents/web_drag_source_gtk.h
|
| @@ -35,8 +35,7 @@ class CONTENT_EXPORT WebDragSourceGtk : public MessageLoopForUI::Observer {
|
| explicit WebDragSourceGtk(WebContents* web_contents);
|
| virtual ~WebDragSourceGtk();
|
|
|
| - // Starts a drag for the tab contents this WebDragSourceGtk was
|
| - // created for.
|
| + // Starts a drag for the WebContents this WebDragSourceGtk was created for.
|
| void StartDragging(const WebDropData& drop_data,
|
| WebKit::WebDragOperationsMask allowed_ops,
|
| GdkEventButton* last_mouse_down,
|
|
|