| Index: chrome/browser/safe_browsing/malware_details.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/malware_details.cc (revision 115228)
|
| +++ chrome/browser/safe_browsing/malware_details.cc (working copy)
|
| @@ -166,7 +166,7 @@
|
| }
|
|
|
| GURL referrer_url;
|
| - NavigationEntry* nav_entry = tab_contents()->controller().GetActiveEntry();
|
| + NavigationEntry* nav_entry = tab_contents()->GetController().GetActiveEntry();
|
| if (nav_entry) {
|
| referrer_url = nav_entry->referrer().url;
|
| if (IsPublicUrl(referrer_url)) {
|
|
|