OnionSoup: Move mojom files for permissions and geolocation to mojom folder

This CL moves public/platform/modules/geolocation and
public/platform/modules/permissions to public/mojom/ to gather mojom files
to mojom folder and updates paths for geolocation_service.mojom,
permission.mojom and permission_status.mojom.

Bug: 919393
Change-Id: Ic27c7000cb3a9983de42296a16fd38e54ba8530f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1510700
Commit-Queue: Julie Jeongeun Kim <[email protected]>
Reviewed-by: David Roger <[email protected]>
Reviewed-by: Kinuko Yasuda <[email protected]>
Reviewed-by: Kentaro Hara <[email protected]>
Reviewed-by: Mounir Lamouri <[email protected]>
Cr-Commit-Position: refs/heads/master@{#640232}
diff --git a/third_party/blink/web_tests/geolocation-api/callback-exception.html b/third_party/blink/web_tests/geolocation-api/callback-exception.html
index f0af6c25..56eca076 100644
--- a/third_party/blink/web_tests/geolocation-api/callback-exception.html
+++ b/third_party/blink/web_tests/geolocation-api/callback-exception.html
@@ -4,8 +4,8 @@
 <script src="../resources/js-test.js"></script>
 <script src="file:///gen/layout_test_data/mojo/public/js/mojo_bindings.js"></script>
 <script src="file:///gen/device/geolocation/public/interfaces/geolocation.mojom.js"></script>
-<script src="file:///gen/third_party/blink/public/platform/modules/geolocation/geolocation_service.mojom.js"></script>
-<script src="file:///gen/third_party/blink/public/platform/modules/permissions/permission.mojom.js"></script>
+<script src="file:///gen/third_party/blink/public/mojom/geolocation/geolocation_service.mojom.js"></script>
+<script src="file:///gen/third_party/blink/public/mojom/permissions/permission.mojom.js"></script>
 <script src="resources/geolocation-mock.js"></script>
 </head>
 <body>