| Index: components/safe_browsing/renderer/scorer.cc
|
| diff --git a/chrome/renderer/safe_browsing/scorer.cc b/components/safe_browsing/renderer/scorer.cc
|
| similarity index 96%
|
| rename from chrome/renderer/safe_browsing/scorer.cc
|
| rename to components/safe_browsing/renderer/scorer.cc
|
| index fc03badcc6f5844f6a4f5d75f3d90d5bdded4130..b33a4894df88f8ca3a1bed11968e00f093b32c04 100644
|
| --- a/chrome/renderer/safe_browsing/scorer.cc
|
| +++ b/components/safe_browsing/renderer/scorer.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/renderer/safe_browsing/scorer.h"
|
| +#include "components/safe_browsing/renderer/scorer.h"
|
|
|
| #include <math.h>
|
|
|
| @@ -11,8 +11,9 @@
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/strings/string_piece.h"
|
| +// TODO(timvolodine): move proto to components
|
| #include "chrome/common/safe_browsing/client_model.pb.h"
|
| -#include "chrome/renderer/safe_browsing/features.h"
|
| +#include "components/safe_browsing/renderer/features.h"
|
|
|
| namespace {
|
| // Enum used to keep stats about the status of the Scorer creation.
|
|
|