Chromium Code Reviews| Index: chrome/browser/ui/gtk/tabs/drag_data.h |
| diff --git a/chrome/browser/ui/gtk/tabs/drag_data.h b/chrome/browser/ui/gtk/tabs/drag_data.h |
| index 6557c239784136dbd47f8137355edb650b82f214..faf7b4232465525037b4417036a3523e693a321c 100644 |
| --- a/chrome/browser/ui/gtk/tabs/drag_data.h |
| +++ b/chrome/browser/ui/gtk/tabs/drag_data.h |
| @@ -10,7 +10,8 @@ |
| #include "base/basictypes.h" |
| -class TabContentsWrapper; |
| +class TabContents; |
| +typedef TabContents TabContentsWrapper; |
| class TabGtk; |
| namespace content { |