diff options
Diffstat (limited to 'chrome/browser/ui/gtk/tabs/drag_data.h')
-rw-r--r-- | chrome/browser/ui/gtk/tabs/drag_data.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/ui/gtk/tabs/drag_data.h b/chrome/browser/ui/gtk/tabs/drag_data.h index 827bb09..1cfb749 100644 --- a/chrome/browser/ui/gtk/tabs/drag_data.h +++ b/chrome/browser/ui/gtk/tabs/drag_data.h @@ -15,6 +15,7 @@ class TabContentsWrapper; class TabGtk; namespace content { +class WebContents; class WebContentsDelegate; } @@ -92,8 +93,8 @@ class DragData { // Convenience for |source_tab_drag_data()->contents_|. TabContentsWrapper* GetSourceTabContentsWrapper(); - // Convenience for |source_tab_drag_data()->contents_->tab_contents()|. - TabContents* GetSourceTabContents(); + // Convenience for |source_tab_drag_data()->contents_->web_contents()|. + content::WebContents* GetSourceWebContents(); // Convenience for getting the DraggedTabData corresponding to the tab that // was under the mouse pointer when the user started dragging. |