| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index e840de3abbf3720f7155e8b8ace703592f7cdacc..3401bd4b65e49d778a715c96e6b2e2b9f4bded2a 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1958,7 +1958,7 @@ bool BrowserView::MaybeShowInfoBar(TabContents* contents) {
|
| void BrowserView::UpdateDevToolsForContents(TabContents* tab_contents) {
|
| WebContents* devtools_contents = NULL;
|
| if (tab_contents) {
|
| - TabContentsWrapper* devtools_tab_contents =
|
| + TabContents* devtools_tab_contents =
|
| DevToolsWindow::GetDevToolsContents(tab_contents->web_contents());
|
| if (devtools_tab_contents)
|
| devtools_contents = devtools_tab_contents->web_contents();
|
|
|