| Index: chrome/browser/net/url_info.h
|
| diff --git a/chrome/browser/net/url_info.h b/chrome/browser/net/url_info.h
|
| index 378edbf29b9de7d20ca8f428d66990347ed70445..e6dc70a0ab37f9e85d37ec3a2c4843dc00fd4cbc 100644
|
| --- a/chrome/browser/net/url_info.h
|
| +++ b/chrome/browser/net/url_info.h
|
| @@ -123,9 +123,9 @@ class UrlInfo {
|
|
|
| void DLogResultsStats(const char* message) const;
|
|
|
| - static void GetHtmlTable(const UrlInfoTable host_infos,
|
| + static void GetHtmlTable(const UrlInfoTable& host_infos,
|
| const char* description,
|
| - const bool brief,
|
| + bool brief,
|
| std::string* output);
|
|
|
| // For testing, and use in printing tables of info, we sometimes need to
|
|
|