| Index: chrome/browser/tabs/tab_finder.cc
|
| diff --git a/chrome/browser/tabs/tab_finder.cc b/chrome/browser/tabs/tab_finder.cc
|
| index 311552c90a94c66923694dc490849c26591433df..b84fb1fb3941b84b55210c337705b39e56d8a109 100644
|
| --- a/chrome/browser/tabs/tab_finder.cc
|
| +++ b/chrome/browser/tabs/tab_finder.cc
|
| @@ -207,8 +207,7 @@ void TabFinder::FetchRedirectStart(TabContents* tab) {
|
| if (profile->IsOffTheRecord())
|
| return;
|
|
|
| - NavigationEntry* committed_entry =
|
| - tab->GetController().GetLastCommittedEntry();
|
| + NavigationEntry* committed_entry = tab->controller().GetLastCommittedEntry();
|
| if (!committed_entry || committed_entry->url().is_empty())
|
| return;
|
|
|
|
|