| Index: chrome/browser/geolocation/chrome_geolocation_permission_context.cc
|
| diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context.cc b/chrome/browser/geolocation/chrome_geolocation_permission_context.cc
|
| index 2e738fc90d257a00cbd0e2df6a8f1588b3c993a3..5bc344e7e21197cf4c8561fce0eb8e22bfb12fbd 100644
|
| --- a/chrome/browser/geolocation/chrome_geolocation_permission_context.cc
|
| +++ b/chrome/browser/geolocation/chrome_geolocation_permission_context.cc
|
| @@ -175,7 +175,7 @@ GeolocationConfirmInfoBarDelegate::GeolocationConfirmInfoBarDelegate(
|
| requesting_frame_url_(requesting_frame_url),
|
| display_languages_(display_languages) {
|
| const NavigationEntry* committed_entry =
|
| - infobar_helper->tab_contents()->GetController().GetLastCommittedEntry();
|
| + infobar_helper->tab_contents()->controller().GetLastCommittedEntry();
|
| committed_contents_unique_id_ = committed_entry ?
|
| committed_entry->unique_id() : 0;
|
| }
|
|
|