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 */