No public changes.

PiperOrigin-RevId: 597033150
This commit is contained in:
Francis Tsui
2024-01-09 13:46:42 -08:00
committed by Copybara-Service
parent 41d2d6fc4c
commit c2ade33c9c
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -17,11 +17,11 @@ cc_library(
"//third_party/leveldb:db",
"//third_party/leveldb:table",
"//third_party/leveldb:util",
"//third_party/protobuf:protobuf_lite",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/functional:any_invocable",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/synchronization",
"@com_google_protobuf//:protobuf_lite",
],
)
+1 -1
View File
@@ -30,7 +30,7 @@
#include "third_party/leveldb/include/status.h"
#include "internal/data/data_set.h"
#include "internal/platform/logging.h"
#include "third_party/protobuf/message_lite.h"
#include "google/protobuf/message_lite.h"
namespace nearby {
namespace data {