Commit abc3c6d1 authored by Ryan Hamilton's avatar Ryan Hamilton Committed by Commit Bot

Stifle lint warnings about header guards not being present in quic_flags_list.h

Change-Id: I3b76a2332b7a39ccb2c521d72ea908112fea2955
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504005
Commit-Queue: Zhongyi Shi <zhongyi@chromium.org>
Reviewed-by: default avatarZhongyi Shi <zhongyi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637945}
parent 524f98a7
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
// inside a macro to generate values. The following line silences a // inside a macro to generate values. The following line silences a
// presubmit warning that would otherwise be triggered by this: // presubmit warning that would otherwise be triggered by this:
// no-include-guard-because-multiply-included // no-include-guard-because-multiply-included
// NOLINT(build/header_guard)
// This file contains the list of QUIC protocol flags. // This file contains the list of QUIC protocol flags.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment