Add support for on-device prediction of geolocation permission requests.

Extend the On Device permission suggestion service to support Geolocation permission request types as well.

Bug: 1363695
Change-Id: I08f7532cabc8fc6e26a824246fc91f02cf564853
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3813637
Reviewed-by: Sophie Chang <[email protected]>
Reviewed-by: Andy Paicu <[email protected]>
Commit-Queue: Ravjit Uppal <[email protected]>
Reviewed-by: Monica Basta <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1047552}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 80f2108..c41fe71 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -7823,8 +7823,8 @@
 
   if (build_with_tflite_lib) {
     sources += [
-      "permissions/prediction_model_handler_factory.cc",
-      "permissions/prediction_model_handler_factory.h",
+      "permissions/prediction_model_handler_provider_factory.cc",
+      "permissions/prediction_model_handler_provider_factory.h",
     ]
     deps += [ "//components/segmentation_platform/internal:optimization_guide_segmentation_handler" ]
   }