| Index: chrome/browser/tabs/tab_finder.cc
|
| ===================================================================
|
| --- chrome/browser/tabs/tab_finder.cc (revision 115228)
|
| +++ chrome/browser/tabs/tab_finder.cc (working copy)
|
| @@ -207,7 +207,8 @@
|
| if (profile->IsOffTheRecord())
|
| return;
|
|
|
| - NavigationEntry* committed_entry = tab->controller().GetLastCommittedEntry();
|
| + NavigationEntry* committed_entry =
|
| + tab->GetController().GetLastCommittedEntry();
|
| if (!committed_entry || committed_entry->url().is_empty())
|
| return;
|
|
|
|
|