Skip to content

Commit

Permalink
Fix include guard of census/grpc_filter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongyu Chen committed Aug 27, 2015
1 parent d739ece commit 2845c86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/census/grpc_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
*
*/

#ifndef GRPC_INTERNAL_CORE_CHANNEL_CENSUS_FILTER_H
#define GRPC_INTERNAL_CORE_CHANNEL_CENSUS_FILTER_H
#ifndef GRPC_INTERNAL_CORE_CENSUS_GRPC_FILTER_H
#define GRPC_INTERNAL_CORE_CENSUS_GRPC_FILTER_H

#include "src/core/channel/channel_stack.h"

Expand All @@ -41,4 +41,4 @@
extern const grpc_channel_filter grpc_client_census_filter;
extern const grpc_channel_filter grpc_server_census_filter;

#endif /* GRPC_INTERNAL_CORE_CHANNEL_CENSUS_FILTER_H */
#endif /* GRPC_INTERNAL_CORE_CENSUS_GRPC_FILTER_H */

0 comments on commit 2845c86

Please sign in to comment.