aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/hash
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-01-19 09:32:00 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2016-01-20 07:47:45 -0800
commitf592f23775e2a6ac75496829db5005d3bb70a3d2 (patch)
tree1e372015da951b379c56186b7cb7fef6de534937 /tensorflow/core/lib/hash
parent8a1c308450b64a7d3c2ca520109c4909acbf13ff (diff)
Replacing reference 'names' variable with 'example_names' variable.
Change: 112481326
Diffstat (limited to 'tensorflow/core/lib/hash')
-rw-r--r--tensorflow/core/lib/hash/crc32c_test.cc2
-rw-r--r--tensorflow/core/lib/hash/hash_test.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/lib/hash/crc32c_test.cc b/tensorflow/core/lib/hash/crc32c_test.cc
index 6cbb69dd7a..be02c5e86b 100644
--- a/tensorflow/core/lib/hash/crc32c_test.cc
+++ b/tensorflow/core/lib/hash/crc32c_test.cc
@@ -14,7 +14,7 @@ limitations under the License.
==============================================================================*/
#include "tensorflow/core/lib/hash/crc32c.h"
-#include <gtest/gtest.h>
+#include "testing/base/public/gunit.h"
namespace tensorflow {
namespace crc32c {
diff --git a/tensorflow/core/lib/hash/hash_test.cc b/tensorflow/core/lib/hash/hash_test.cc
index c0df103c11..358ffd39aa 100644
--- a/tensorflow/core/lib/hash/hash_test.cc
+++ b/tensorflow/core/lib/hash/hash_test.cc
@@ -15,7 +15,7 @@ limitations under the License.
#include <vector>
-#include <gtest/gtest.h>
+#include "testing/base/public/gunit.h"
#include "tensorflow/core/lib/hash/hash.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/test_benchmark.h"