| Index: chrome/browser/bug_report_util.cc
|
| ===================================================================
|
| --- chrome/browser/bug_report_util.cc (revision 115228)
|
| +++ chrome/browser/bug_report_util.cc (working copy)
|
| @@ -363,7 +363,7 @@
|
| // static
|
| void BugReportUtil::ReportPhishing(TabContents* currentTab,
|
| const std::string& phishing_url) {
|
| - currentTab->controller().LoadURL(
|
| + currentTab->GetController().LoadURL(
|
| safe_browsing_util::GeneratePhishingReportUrl(
|
| kReportPhishingUrl, phishing_url,
|
| false /* not client-side detection */),
|
|
|