From 531dd284007edc4b4fdc04a72c5456fe4f08943b Mon Sep 17 00:00:00 2001 From: Crisrael Lucero Date: Thu, 10 Apr 2025 12:03:00 -0700 Subject: [PATCH] Updated preprocessors to include correct LDT stub impl PiperOrigin-RevId: 746121206 --- presence/implementation/ldt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presence/implementation/ldt.h b/presence/implementation/ldt.h index 2c1322bd..d86ecc10 100644 --- a/presence/implementation/ldt.h +++ b/presence/implementation/ldt.h @@ -19,7 +19,7 @@ #include #ifdef NEARBY_CHROMIUM -#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h" +#include "third_party/nearby/src/presence/implementation/np_ldt.h" #else #include "np_ldt.h" #endif