Commit 95279e7af85 for nodejs

commit 95279e7af85e2c83796d30a52f7de132072c78bc
Author: Node.js GitHub Bot <github-bot@iojs.org>
Date:   Sat Sep 26 08:49:32 2026 -0400

    deps: update googletest to 4267679b6887f349f17b01ccd70c9e3483689b25

    PR-URL: https://github.com/nodejs/node/pull/66145
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Aviv Keller <me@aviv.sh>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

diff --git a/deps/googletest/include/gtest/gtest-param-test.h b/deps/googletest/include/gtest/gtest-param-test.h
index 64c60da8ac4..f3ed5ee50ec 100644
--- a/deps/googletest/include/gtest/gtest-param-test.h
+++ b/deps/googletest/include/gtest/gtest-param-test.h
@@ -510,9 +510,9 @@ auto ConvertGenerator(Gen&& gen, Func&& f) {
         private ::testing::internal::GTestNonCopyable {                        \
    public:                                                                     \
     GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() {}                    \
-    void TestBody() override;                                                  \
                                                                                \
    private:                                                                    \
+    void TestBody() override;                                                  \
     static int AddToRegistry() {                                               \
       ::testing::UnitTest::GetInstance()                                       \
           ->parameterized_test_registry()                                      \