commit | b6c0a07d6737a6a12f0c736e08e60bdd9450577c | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Wed Aug 28 13:23:26 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 28 13:23:26 2024 |
tree | b28e76635f17ddb0a96984cff3463bb35b6d7c37 | |
parent | f60d70541d7001b31e99fce7ee5fbbf744953e06 [diff] |
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 {