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.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/history/page_usage_data.cc b/chrome/browser/history/page_usage_data.cc
index f043497..64e6df2 100644
--- a/chrome/browser/history/page_usage_data.cc
+++ b/chrome/browser/history/page_usage_data.cc
@@ -11,4 +11,3 @@ bool PageUsageData::Predicate(const PageUsageData* lhs,
const PageUsageData* rhs) {
return lhs->GetScore() > rhs->GetScore();
}
-