| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc (revision 116331)
|
| +++ chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc (working copy)
|
| @@ -10,7 +10,7 @@
|
| #include "chrome/browser/ui/bookmarks/bookmark_tab_helper.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/public/browser/web_contents.h"
|
| #include "ui/base/dragdrop/gtk_dnd_util.h"
|
|
|
| using content::WebContents;
|
| @@ -84,7 +84,7 @@
|
|
|
| // Focus the target browser.
|
| Browser* browser = Browser::GetBrowserForController(
|
| - &tab_->tab_contents()->GetController(), NULL);
|
| + &tab_->web_contents()->GetController(), NULL);
|
| if (browser)
|
| browser->window()->Show();
|
| }
|
|
|