| Index: content/browser/tab_contents/web_drag_dest_gtk.h
|
| diff --git a/content/browser/tab_contents/web_drag_dest_gtk.h b/content/browser/tab_contents/web_drag_dest_gtk.h
|
| index 3ea4d0b7a6fa47a4db0978ad6cfaa35e3d82cd3d..584e9d2c9f550634d270ffe007e9f5df71453621 100644
|
| --- a/content/browser/tab_contents/web_drag_dest_gtk.h
|
| +++ b/content/browser/tab_contents/web_drag_dest_gtk.h
|
| @@ -27,7 +27,7 @@ class WebDragDestDelegate;
|
| class CONTENT_EXPORT WebDragDestGtk {
|
| public:
|
| WebDragDestGtk(TabContents* tab_contents, GtkWidget* widget);
|
| - virtual ~WebDragDestGtk();
|
| + ~WebDragDestGtk();
|
|
|
| // This is called when the renderer responds to a drag motion event. We must
|
| // update the system drag cursor.
|
|
|