| Index: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h (revision 116244)
|
| +++ chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h (working copy)
|
| @@ -58,7 +58,7 @@
|
| // Retrieve the tab that corresponds to |contents| if it is being dragged by
|
| // this controller, or NULL if |contents| does not correspond to any tab
|
| // being dragged.
|
| - TabGtk* GetDraggedTabForContents(TabContents* contents);
|
| + TabGtk* GetDraggedTabForContents(content::WebContents* contents);
|
|
|
| // Returns true if |tab| matches any tab being dragged.
|
| bool IsDraggingTab(const TabGtk* tab);
|
|
|