aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2018-09-12 20:28:15 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-12 20:31:43 -0700
commitf03e8e0b9b149f95003099937dd35a220e3dfc95 (patch)
tree98a600f87b2c68dbbf2312f96c7e9ebbd716d443 /tensorflow/core/platform
parent63bac283d12899a2d769a768729942c4f64436ea (diff)
Internal change.
PiperOrigin-RevId: 212749761
Diffstat (limited to 'tensorflow/core/platform')
-rw-r--r--tensorflow/core/platform/default/cord.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/core/platform/default/cord.h b/tensorflow/core/platform/default/cord.h
index f2e900d57b..1ab682182c 100644
--- a/tensorflow/core/platform/default/cord.h
+++ b/tensorflow/core/platform/default/cord.h
@@ -16,8 +16,9 @@ limitations under the License.
#ifndef TENSORFLOW_CORE_PLATFORM_DEFAULT_CORD_H_
#define TENSORFLOW_CORE_PLATFORM_DEFAULT_CORD_H_
-namespace absl {
class Cord;
+namespace absl {
+using ::Cord;
} // namespace absl
#endif // TENSORFLOW_CORE_PLATFORM_DEFAULT_CORD_H_