| Index: chrome/browser/net/url_info.cc
|
| diff --git a/chrome/browser/net/url_info.cc b/chrome/browser/net/url_info.cc
|
| index 8418b12778a112f890907ed56c7c566d3fee3bb8..cc0216573ef05627c90fa567d94c99e1efd8c82f 100644
|
| --- a/chrome/browser/net/url_info.cc
|
| +++ b/chrome/browser/net/url_info.cc
|
| @@ -259,10 +259,10 @@ static std::string HoursMinutesSeconds(int seconds) {
|
| }
|
|
|
| // static
|
| -void UrlInfo::GetHtmlTable(const UrlInfoTable host_infos,
|
| - const char* description,
|
| - const bool brief,
|
| - std::string* output) {
|
| +void UrlInfo::GetHtmlTable(const UrlInfoTable& host_infos,
|
| + const char* description,
|
| + bool brief,
|
| + std::string* output) {
|
| if (0 == host_infos.size())
|
| return;
|
| output->append(description);
|
|
|