Edit copybara rules to remove absl::Span

PiperOrigin-RevId: 601558492
Change-Id: Id09178209b9258c810b61c749582c995fac518b1
This commit is contained in:
Matt Feddersen
2024-01-25 14:00:08 -08:00
committed by Robert Shih
parent 6bf182af45
commit b239b11b60
3 changed files with 4 additions and 7 deletions

View File

@@ -22,7 +22,6 @@
#include "odk_structs.h"
#include "odk_structs_priv.h"
#include "odk_test_helper.h"
#include "third_party/absl/types/span.h"
namespace wvodk_test {
@@ -113,7 +112,7 @@ bool CheckCounterInfoIsEqual(ODK_MessageCounterInfo* a, ODK_MessageCounter* b) {
template <typename T, typename F, typename G>
void ValidateRequest(uint32_t message_type,
absl::Span<const ODK_Field> extra_fields,
const std::vector<ODK_Field>& extra_fields,
const F& odk_prepare_func, const G& kdo_parse_func) {
uint32_t message_size = 0;
uint16_t api_major_version = ODK_MAJOR_VERSION;