From 7825f2c67a3d5f7e7a9622812f039b3872718f3d Mon Sep 17 00:00:00 2001 From: Anay Wadhera Date: Thu, 11 May 2023 11:35:19 -0700 Subject: [PATCH] update LDT rust header include path PiperOrigin-RevId: 531261461 --- presence/implementation/ldt.cc | 2 +- presence/implementation/ldt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/presence/implementation/ldt.cc b/presence/implementation/ldt.cc index b37a53f9..898dc677 100644 --- a/presence/implementation/ldt.cc +++ b/presence/implementation/ldt.cc @@ -23,7 +23,7 @@ #include "absl/strings/str_format.h" #include "absl/strings/string_view.h" #if USE_RUST_LDT == 1 -#include "third_party/nearby_rust/presence/ldt_np_adv_ffi/include/np_ldt.h" +#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h" #else #include "presence/implementation/np_ldt.h" #endif /* USE_RUST_LDT */ diff --git a/presence/implementation/ldt.h b/presence/implementation/ldt.h index 429d603c..f9f5c23e 100644 --- a/presence/implementation/ldt.h +++ b/presence/implementation/ldt.h @@ -21,7 +21,7 @@ #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #if USE_RUST_LDT == 1 -#include "third_party/nearby_rust/presence/ldt_np_adv_ffi/include/np_ldt.h" +#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h" #else #include "presence/implementation/np_ldt.h" #endif /* USE_RUST_LDT */