| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.h
|
| diff --git a/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.h b/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.h
|
| index 33c85e138c16f1902fd1686e9e5d94ce286bf11a..db23ba65d2ce82cec23886dfa0a06aba4d12ebd8 100644
|
| --- a/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.h
|
| +++ b/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.h
|
| @@ -10,7 +10,8 @@
|
| #include "chrome/browser/bookmarks/bookmark_node_data.h"
|
| #include "content/public/browser/web_drag_dest_delegate.h"
|
|
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // Chrome needs to intercept content drag events so it can dispatch them to the
|
| // bookmarks and extensions system.
|
|
|