Move //mojo/services/X/public/... to //mojo/services/X/... (part 3).
X = navigation,
nfc,
notifications,
ozone_drm_gpu,
ozone_drm_host,
prediction,
sensors,
service_registry,
sharing,
speech_recognizer,
surfaces,
terminal,
tracing,
url_response_disk_cache
(Skipped network.)
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/1394303004 .
diff --git a/services/prediction/BUILD.gn b/services/prediction/BUILD.gn
index 647ad4c..387d1bd 100644
--- a/services/prediction/BUILD.gn
+++ b/services/prediction/BUILD.gn
@@ -26,7 +26,7 @@
":dict_file",
"//base",
"//mojo/application",
- "//mojo/services/prediction/public/interfaces",
+ "//mojo/services/prediction/interfaces",
"//third_party/android_prediction:suggest",
]
}
@@ -44,7 +44,7 @@
"//base",
"//mojo/application",
"//mojo/application:test_support",
- "//mojo/services/prediction/public/interfaces",
+ "//mojo/services/prediction/interfaces",
]
data_deps = [ ":prediction($default_toolchain)" ]