| Index: components/history/core/browser/page_usage_data.cc
|
| diff --git a/components/history/core/browser/page_usage_data.cc b/components/history/core/browser/page_usage_data.cc
|
| deleted file mode 100644
|
| index 03c5343cc0bccea1c4e68635b318e5f670d333d5..0000000000000000000000000000000000000000
|
| --- a/components/history/core/browser/page_usage_data.cc
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "components/history/core/browser/page_usage_data.h"
|
| -
|
| -#include <algorithm>
|
| -
|
| -PageUsageData::PageUsageData(history::SegmentID id)
|
| - : id_(id),
|
| - score_(0.0) {
|
| -}
|
| -
|
| -PageUsageData::~PageUsageData() {
|
| -}
|
| -
|
| -// static
|
| -bool PageUsageData::Predicate(const PageUsageData* lhs,
|
| - const PageUsageData* rhs) {
|
| - return lhs->GetScore() > rhs->GetScore();
|
| -}
|
|
|