| Index: chrome/browser/memory_details.cc
|
| ===================================================================
|
| --- chrome/browser/memory_details.cc (revision 115228)
|
| +++ chrome/browser/memory_details.cc (working copy)
|
| @@ -285,9 +285,9 @@
|
| //
|
| // Either the pending or last committed entries can be NULL.
|
| const NavigationEntry* pending_entry =
|
| - contents->controller().pending_entry();
|
| + contents->GetController().pending_entry();
|
| const NavigationEntry* last_committed_entry =
|
| - contents->controller().GetLastCommittedEntry();
|
| + contents->GetController().GetLastCommittedEntry();
|
| if ((last_committed_entry &&
|
| LowerCaseEqualsASCII(last_committed_entry->virtual_url().spec(),
|
| chrome::kChromeUIMemoryURL)) ||
|
|
|