[api_fuzzer] Fix internal build (#30402)

pull/29936/head^2
Craig Tiller 3 years ago committed by GitHub
parent 58e00f45cb
commit c19d6e2146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/core/end2end/fuzzers/api_fuzzer.cc

@ -29,8 +29,6 @@
#include <utility>
#include <vector>
#include <google/protobuf/repeated_ptr_field.h>
#include "absl/memory/memory.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
@ -80,6 +78,8 @@
#include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h"
#include "test/core/util/passthru_endpoint.h"
// IWYU pragma: no_include <google/protobuf/repeated_ptr_field.h>
// Applicable when simulating channel actions. Prevents overflows.
static constexpr uint64_t kMaxWaitMs =
31536000000; // 1 year (24 * 365 * 3600 * 1000)

Loading…
Cancel
Save