| Index: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| index b6bd6d97f3680dddbdc8198707fba6d7c798fb99..4e779422566c84a9ad3b56905cea240d2e0b7111 100644
|
| --- a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| @@ -26,7 +26,8 @@ class DraggedViewGtk;
|
| class TabGtk;
|
| class TabStripGtk;
|
| class TabStripModel;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| class DraggedTabControllerGtk : public content::NotificationObserver,
|
| public content::WebContentsDelegate {
|
|
|