summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/page_usage_data.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/page_usage_data.cc')
-rw-r--r--chrome/browser/history/page_usage_data.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/page_usage_data.cc b/chrome/browser/history/page_usage_data.cc
index 643f1a6..f202538 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();