| Index: chrome/browser/history/page_usage_data.cc
|
| diff --git a/chrome/browser/history/page_usage_data.cc b/chrome/browser/history/page_usage_data.cc
|
| index 643f1a6fb20ba435b3a66675ed0ba64d98a26c01..f2025384c41907bc7b69c572916b2640cb2efcc5 100644
|
| --- a/chrome/browser/history/page_usage_data.cc
|
| +++ b/chrome/browser/history/page_usage_data.cc
|
| @@ -28,7 +28,7 @@ void PageUsageData::SetFavIcon(SkBitmap* img) {
|
| favicon_set_ = true;
|
| }
|
|
|
| -//static
|
| +// static
|
| bool PageUsageData::Predicate(const PageUsageData* lhs,
|
| const PageUsageData* rhs) {
|
| return lhs->GetScore() > rhs->GetScore();
|
|
|