Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: components/machine_intelligence/proto/ranker_model.proto

Issue 2925733002: Move ranker_model_loader to a new component. (Closed)
Patch Set: Adressing sdefresne's comments. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/machine_intelligence/proto/ranker_model.proto
diff --git a/components/translate/core/browser/proto/ranker_model.proto b/components/machine_intelligence/proto/ranker_model.proto
similarity index 98%
rename from components/translate/core/browser/proto/ranker_model.proto
rename to components/machine_intelligence/proto/ranker_model.proto
index e014817542687d8cf1444fc615257ecb4916e3aa..e40473b5085c7bc727560037881657b95d43a9ab 100644
--- a/components/translate/core/browser/proto/ranker_model.proto
+++ b/components/machine_intelligence/proto/ranker_model.proto
@@ -10,7 +10,7 @@ option optimize_for = LITE_RUNTIME;
import "translate_ranker_model.proto";
-package chrome_intelligence;
+package machine_intelligence;
// Metadata for a ranker model instance. This data describes how the ranker
// model should be interpreted/used.
« no previous file with comments | « components/machine_intelligence/proto/BUILD.gn ('k') | components/machine_intelligence/proto/translate_ranker_model.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698