| Index: components/machine_intelligence/ranker_model_unittest.cc
|
| diff --git a/components/translate/core/browser/ranker_model_unittest.cc b/components/machine_intelligence/ranker_model_unittest.cc
|
| similarity index 94%
|
| rename from components/translate/core/browser/ranker_model_unittest.cc
|
| rename to components/machine_intelligence/ranker_model_unittest.cc
|
| index 83bab0b38e60e721e7ac3fdc9865f24e31dcce24..64e43fbfe462c6049750bfa2218424ba7c3d7c06 100644
|
| --- a/components/translate/core/browser/ranker_model_unittest.cc
|
| +++ b/components/machine_intelligence/ranker_model_unittest.cc
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/translate/core/browser/ranker_model.h"
|
| +#include "components/machine_intelligence/ranker_model.h"
|
|
|
| #include <memory>
|
|
|
| #include "base/memory/ptr_util.h"
|
| #include "base/time/time.h"
|
| -#include "components/translate/core/browser/proto/ranker_model.pb.h"
|
| +#include "components/machine_intelligence/proto/ranker_model.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|
| -using chrome_intelligence::RankerModel;
|
| +using machine_intelligence::RankerModel;
|
|
|
| const char kModelURL[] = "https://some.url.net/model";
|
|
|
|
|