| Index: content/test/test_blink_web_unit_test_support.cc
|
| diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
|
| index 08c555b1f72661a7b640feb2a2e26f25eca8a206..872be4a22532a111b8087a1256408c89e73b2f82 100644
|
| --- a/content/test/test_blink_web_unit_test_support.cc
|
| +++ b/content/test/test_blink_web_unit_test_support.cc
|
| @@ -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 {
|
|
|