aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/util/field_comparator_test.cc
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-08-22 18:32:11 -0700
committerGitHub <noreply@github.com>2018-08-22 18:32:11 -0700
commitfd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec (patch)
tree3a049ef1ae3725e37f4701f6ff4f9ffad64f811b /src/google/protobuf/util/field_comparator_test.cc
parent228530e2da79603450948d5d701fe4bb4e47c430 (diff)
parentafe98de32a130e0033c9b10fa470bb2ff858ed8d (diff)
downloadprotobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.tar.gz
protobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.tar.bz2
protobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.zip
Merge pull request #5068 from xfxyjwf/links
Replace repo links.
Diffstat (limited to 'src/google/protobuf/util/field_comparator_test.cc')
-rw-r--r--src/google/protobuf/util/field_comparator_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/util/field_comparator_test.cc b/src/google/protobuf/util/field_comparator_test.cc
index 4a1729c3..00de96d6 100644
--- a/src/google/protobuf/util/field_comparator_test.cc
+++ b/src/google/protobuf/util/field_comparator_test.cc
@@ -38,7 +38,7 @@
// This gtest header is put after mathutil.h intentionally. We have to do
// this because mathutil.h includes mathlimits.h which requires cmath not
// being included to compile on some versions of gcc:
-// https://github.com/google/protobuf/blob/818c5eee08840355d70d2f3bdf1a2f17986a5e70/src/google/protobuf/stubs/mathlimits.h#L48
+// https://github.com/protocolbuffers/protobuf/blob/818c5eee08840355d70d2f3bdf1a2f17986a5e70/src/google/protobuf/stubs/mathlimits.h#L48
// and the opensource version gtest.h header includes cmath transitively
// somehow.
#include <gtest/gtest.h>