diff --git a/googletest/include/gtest/gtest-matchers.h b/googletest/include/gtest/gtest-matchers.h
index 7edae59308af64adc47f3a4a57725b46ffffa7b2..3827d7ce611158d5b3b6cbd81e09e79639fab9ed 100644
--- a/googletest/include/gtest/gtest-matchers.h
+++ b/googletest/include/gtest/gtest-matchers.h
@@ -32,7 +32,7 @@
 // This file implements just enough of the matcher interface to allow
 // EXPECT_DEATH and friends to accept a matcher argument.
 
-// IWYU pragma: private, include "testing/base/public/gtest.h"
+// IWYU pragma: private, include "testing/base/public/gunit.h"
 // IWYU pragma: friend third_party/googletest/googlemock/.*
 // IWYU pragma: friend third_party/googletest/googletest/.*