aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-16 18:26:09 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-16 18:29:13 -0700
commit4d5f6fb8b296bfbd7f72eabd9b7a9a8d29eab633 (patch)
tree08b13c59745ae2262a5c7c0b9a1677938123a61f /tensorflow/core/util
parent86d2a1ef43f883bafe9276bcba14eac2bb0cb637 (diff)
Fix include guards
PiperOrigin-RevId: 209085003
Diffstat (limited to 'tensorflow/core/util')
-rw-r--r--tensorflow/core/util/env_var.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tensorflow/core/util/env_var.h b/tensorflow/core/util/env_var.h
index 47f9ff3a3b..724ca35729 100644
--- a/tensorflow/core/util/env_var.h
+++ b/tensorflow/core/util/env_var.h
@@ -13,7 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#ifndef TENSORFLOW_UTIL_ENV_VAR_H_
+#ifndef TENSORFLOW_CORE_UTIL_ENV_VAR_H_
+#define TENSORFLOW_CORE_UTIL_ENV_VAR_H_
#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/lib/core/stringpiece.h"
@@ -42,4 +43,4 @@ Status ReadStringFromEnvVar(StringPiece env_var_name, StringPiece default_val,
} // namespace tensorflow
-#endif // TENSORFLOW_UTIL_ENV_VAR_H_
+#endif // TENSORFLOW_CORE_UTIL_ENV_VAR_H_