Commit d4a8c49b authored by slan's avatar slan Committed by Commit bot

Add nogncheck to a WebRTC header to suppress gn check error.

Running this command will throw an error:
  gn gen out/Release --check --args="is_debug=false enable_webrtc=false"

Fix this error by adding a nogncheck comment by the errant include.

BUG=

Review-Url: https://codereview.chromium.org/2563773003
Cr-Commit-Position: refs/heads/master@{#438041}
parent d1445845
......@@ -52,7 +52,7 @@
#if BUILDFLAG(ENABLE_WEBRTC)
#include "content/renderer/media/rtc_certificate.h"
#include "third_party/WebKit/public/platform/WebRTCCertificateGenerator.h"
#include "third_party/webrtc/base/rtccertificate.h"
#include "third_party/webrtc/base/rtccertificate.h" // nogncheck
#endif
namespace {
......
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