| Index: chrome/browser/safe_browsing/safe_browsing_service.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/safe_browsing_service.cc (revision 115228)
|
| +++ chrome/browser/safe_browsing/safe_browsing_service.cc (working copy)
|
| @@ -1054,7 +1054,7 @@
|
| CanReportStats()) {
|
| GURL page_url = tab_contents->GetURL();
|
| GURL referrer_url;
|
| - NavigationEntry* entry = tab_contents->controller().GetActiveEntry();
|
| + NavigationEntry* entry = tab_contents->GetController().GetActiveEntry();
|
| if (entry)
|
| referrer_url = entry->referrer().url;
|
|
|
|
|