diff --git a/tensorflow/core/tpu/kernels/tpu_compile_op_common.h b/tensorflow/core/tpu/kernels/tpu_compile_op_common.h index 2c8d90643ef..5223732430a 100644 --- a/tensorflow/core/tpu/kernels/tpu_compile_op_common.h +++ b/tensorflow/core/tpu/kernels/tpu_compile_op_common.h @@ -153,7 +153,7 @@ class TpuCompileOpKernelCommon { int num_computations_; private: - DISALLOW_COPY_AND_ASSIGN(TpuCompileOpKernelCommon); + TF_DISALLOW_COPY_AND_ASSIGN(TpuCompileOpKernelCommon); }; } // namespace tpu