| Index: components/safe_browsing/renderer/scorer_unittest.cc
|
| diff --git a/chrome/renderer/safe_browsing/scorer_unittest.cc b/components/safe_browsing/renderer/scorer_unittest.cc
|
| similarity index 97%
|
| rename from chrome/renderer/safe_browsing/scorer_unittest.cc
|
| rename to components/safe_browsing/renderer/scorer_unittest.cc
|
| index e6545fa42e3241a66d9eb1cee2b265b31130c594..9226d89be44ba62181ceb9a39a8f75d18320e6af 100644
|
| --- a/chrome/renderer/safe_browsing/scorer_unittest.cc
|
| +++ b/components/safe_browsing/renderer/scorer_unittest.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 <stdint.h>
|
|
|
| @@ -14,8 +14,9 @@
|
| #include "base/format_macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/threading/thread.h"
|
| +// TODO(timvolodine): move proto to compoments
|
| #include "chrome/common/safe_browsing/client_model.pb.h"
|
| -#include "chrome/renderer/safe_browsing/features.h"
|
| +#include "components/safe_browsing/renderer/features.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|