Skip to content

Commit

Permalink
Merge pull request #73 from eugeneo/create-pull-request/patch-9c797ad
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/tasks/ads-no-read
  • Loading branch information
eugeneo authored Nov 9, 2023
2 parents 9c797ad + 25ad7e7 commit fc0aba2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions test/core/ext/xds/xds_transport_grpc_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@

#include <thread>
#include <utility>
#include <variant>
#include <vector>

#include "gmock/gmock.h"
#include "absl/base/thread_annotations.h"
#include "absl/strings/string_view.h"
#include "absl/synchronization/mutex.h"
#include "absl/time/time.h"
#include "gtest/gtest.h"

#include "src/core/ext/xds/xds_bootstrap_grpc.h"
#include <grpc/support/log.h>

#include "src/core/lib/gprpp/sync.h"
#include "test/core/util/test_config.h"

namespace grpc_core {
Expand Down
2 changes: 1 addition & 1 deletion test/core/xds/xds_client_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
#include <grpc/grpc.h>
#include <grpc/support/log.h>

#include "src/core/ext/xds/xds_api.h"
#include "src/core/ext/xds/xds_bootstrap.h"
#include "src/core/ext/xds/xds_bootstrap_grpc.h"
#include "src/core/ext/xds/xds_client.h"
#include "src/core/ext/xds/xds_cluster.h"
#include "src/core/ext/xds/xds_endpoint.h"
#include "src/core/ext/xds/xds_listener.h"
#include "src/core/ext/xds/xds_route_config.h"
#include "src/core/ext/xds/xds_transport.h"
#include "src/core/lib/event_engine/default_event_engine.h"
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
Expand Down

0 comments on commit fc0aba2

Please sign in to comment.