| Index: chrome/browser/safe_browsing/malware_details.cc
|
| diff --git a/chrome/browser/safe_browsing/malware_details.cc b/chrome/browser/safe_browsing/malware_details.cc
|
| index 481cb700de15d1cd260862aa6588be1a31bbaf64..05f1954a0c9df192325190aab6307a69aed4e9f5 100644
|
| --- a/chrome/browser/safe_browsing/malware_details.cc
|
| +++ b/chrome/browser/safe_browsing/malware_details.cc
|
| @@ -167,7 +167,7 @@ void MalwareDetails::StartCollection() {
|
| }
|
|
|
| GURL referrer_url;
|
| - NavigationEntry* nav_entry = tab_contents()->GetController().GetActiveEntry();
|
| + NavigationEntry* nav_entry = tab_contents()->controller().GetActiveEntry();
|
| if (nav_entry) {
|
| referrer_url = nav_entry->referrer().url;
|
| if (IsPublicUrl(referrer_url)) {
|
|
|