aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/env.h')
-rw-r--r--tensorflow/core/platform/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/platform/env.h b/tensorflow/core/platform/env.h
index 9192f7ba10..e17ecc8c52 100644
--- a/tensorflow/core/platform/env.h
+++ b/tensorflow/core/platform/env.h
@@ -450,6 +450,6 @@ struct Register {
::tensorflow::register_file_system::Register<factory>(env, scheme)
#define REGISTER_FILE_SYSTEM(scheme, factory) \
- REGISTER_FILE_SYSTEM_ENV(Env::Default(), scheme, factory);
+ REGISTER_FILE_SYSTEM_ENV(::tensorflow::Env::Default(), scheme, factory);
#endif // TENSORFLOW_CORE_PLATFORM_ENV_H_