commit | 61b40750f733d8fb47d50de6965ddf7a3f2dbe66 | [log] [tgz] |
---|---|---|
author | ccalvarin <ccalvarin@google.com> | Mon Mar 26 12:32:39 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Mar 26 12:34:34 2018 -0700 |
tree | e96dcb8e7f685bf65db7f275817ce69de257d316 | |
parent | 816abfc691bec1b16e57d5f2e93edac176527848 [diff] [blame] |
Remove final third_party/gtest reference. Missed this in https://github.com/bazelbuild/bazel/commit/8e9f4a8591d65c7972aea3957c57601570e0a39b. RELNOTES: None. PiperOrigin-RevId: 190506543
diff --git a/src/test/cpp/util/windows_test_util_test.cc b/src/test/cpp/util/windows_test_util_test.cc index e408246..d777a91 100644 --- a/src/test/cpp/util/windows_test_util_test.cc +++ b/src/test/cpp/util/windows_test_util_test.cc
@@ -15,7 +15,7 @@ #include <string> -#include "gtest/gtest.h" +#include "googletest/include/gtest/gtest.h" #include "src/test/cpp/util/windows_test_util.h" #if !defined(COMPILER_MSVC) && !defined(__CYGWIN__)