| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 1f51288ea43ee20795f3f00f14a20958bbb88992..deff48cd21b539f5dbaf236198b37911b9d7eba5 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1137,7 +1137,7 @@ void Browser::ActiveTabChanged(TabContents* old_contents,
|
| UpdateBookmarkBarState(BOOKMARK_BAR_STATE_CHANGE_TAB_SWITCH);
|
| }
|
|
|
| -void Browser::TabMoved(TabContents* contents,
|
| +void Browser::TabMoved(WebContents* contents,
|
| int from_index,
|
| int to_index) {
|
| DCHECK(from_index >= 0 && to_index >= 0);
|
|
|