fixup! [omnibox][history-embeddings] Make matches deletable

The original CL(https://crrev.com/c/5786118) only added the dep
of "//components/history_embeddings" to the non-iOS ports. So iOS
Blink port build has been broken since the CL. This CL fixes the
build by adding `// nogncheck` on the end include inside the
#if !BUILDFLAG(IS_IOS) block

Bug: 358440019
Change-Id: I0bcd7ce0d27e04e928ba28a925f14a326308b045
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5799226
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Moe Ahmadi <mahmadi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1347966}
diff --git a/components/omnibox/browser/fake_autocomplete_provider_client.h b/components/omnibox/browser/fake_autocomplete_provider_client.h
index 4ad9301..7c761e6a 100644
--- a/components/omnibox/browser/fake_autocomplete_provider_client.h
+++ b/components/omnibox/browser/fake_autocomplete_provider_client.h
@@ -26,7 +26,7 @@
 #endif  // BUILDFLAG(BUILD_WITH_TFLITE_LIB)
 
 #if !BUILDFLAG(IS_IOS)
-#include "components/history_embeddings/history_embeddings_service.h"
+#include "components/history_embeddings/history_embeddings_service.h"  // nogncheck
 #endif  // IS_IOS
 
 namespace bookmarks {