| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_mac.h
|
| diff --git a/chrome/browser/tab_contents/web_drag_bookmark_handler_mac.h b/chrome/browser/tab_contents/web_drag_bookmark_handler_mac.h
|
| index 361b5fee2244fe5dd23287500073e705ec845f15..f9913846340abfbf60dd19bc6b99bad939cbf1d2 100644
|
| --- a/chrome/browser/tab_contents/web_drag_bookmark_handler_mac.h
|
| +++ b/chrome/browser/tab_contents/web_drag_bookmark_handler_mac.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.
|
|
|