| Index: chrome/browser/memory_details.cc
|
| diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
|
| index f651837f009c178a4ce1d05b0beaba2c6f4a7eff..eac05b60e36d65ddb2fbac66f1432e9daa4307b6 100644
|
| --- a/chrome/browser/memory_details.cc
|
| +++ b/chrome/browser/memory_details.cc
|
| @@ -285,9 +285,9 @@ void MemoryDetails::CollectChildInfoOnUIThread() {
|
| //
|
| // Either the pending or last committed entries can be NULL.
|
| const NavigationEntry* pending_entry =
|
| - contents->GetController().pending_entry();
|
| + contents->controller().pending_entry();
|
| const NavigationEntry* last_committed_entry =
|
| - contents->GetController().GetLastCommittedEntry();
|
| + contents->controller().GetLastCommittedEntry();
|
| if ((last_committed_entry &&
|
| LowerCaseEqualsASCII(last_committed_entry->virtual_url().spec(),
|
| chrome::kChromeUIMemoryURL)) ||
|
|
|