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/dictionary_service.h b/services/prediction/dictionary_service.h
index ba174db..7af1d56 100644
--- a/services/prediction/dictionary_service.h
+++ b/services/prediction/dictionary_service.h
@@ -7,7 +7,7 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
-#include "mojo/services/prediction/public/interfaces/prediction.mojom.h"
+#include "mojo/services/prediction/interfaces/prediction.mojom.h"
#include "services/prediction/proximity_info_factory.h"
namespace latinime {