Skip to content

Commit

Permalink
Merge pull request #1848 from ctiller/create-pull-request/patch-0e56498
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/chan4
  • Loading branch information
ctiller authored Jan 30, 2024
2 parents 0e56498 + 30b4ef9 commit 068211c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/core/lib/client_channel/resolver_channel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <grpc/support/port_platform.h>

#include "src/core/lib/client_channel/resolver_channel.h"

#include <memory>
Expand Down
8 changes: 5 additions & 3 deletions src/core/lib/client_channel/resolver_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef GRPC_SRC_CORE_LIB_RESOLVER_RESOLVER_CHANNEL_H
#define GRPC_SRC_CORE_LIB_RESOLVER_RESOLVER_CHANNEL_H
#ifndef GRPC_SRC_CORE_LIB_CLIENT_CHANNEL_RESOLVER_CHANNEL_H
#define GRPC_SRC_CORE_LIB_CLIENT_CHANNEL_RESOLVER_CHANNEL_H

#include <grpc/support/port_platform.h>

#include "src/core/lib/config/core_configuration.h"
#include "src/core/lib/gprpp/work_serializer.h"
Expand Down Expand Up @@ -56,4 +58,4 @@ class ResolverChannel final : public Channel {

} // namespace grpc_core

#endif
#endif // GRPC_SRC_CORE_LIB_CLIENT_CHANNEL_RESOLVER_CHANNEL_H

0 comments on commit 068211c

Please sign in to comment.