summaryrefslogtreecommitdiff
path: root/libartbase/base/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'libartbase/base/os.h')
-rw-r--r--libartbase/base/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/os.h b/libartbase/base/os.h
index 4062d90f88..cb71d211af 100644
--- a/libartbase/base/os.h
+++ b/libartbase/base/os.h
@@ -25,7 +25,7 @@ class FdFile;
namespace art {
-typedef ::unix_file::FdFile File;
+using File = ::unix_file::FdFile;
// Interface to the underlying OS platform.