| Index: util/test/posix/close_multiple.cc
|
| diff --git a/util/test/posix/close_multiple.cc b/util/test/posix/close_multiple.cc
|
| index e2020a901af1478f9958c5d60c21464f9581b4b4..0b5cd995359565a732b26109c65f3692d7b2ccb7 100644
|
| --- a/util/test/posix/close_multiple.cc
|
| +++ b/util/test/posix/close_multiple.cc
|
| @@ -72,7 +72,7 @@ struct ScopedDIRCloser {
|
| }
|
| };
|
|
|
| -typedef scoped_ptr<DIR, ScopedDIRCloser> ScopedDIR;
|
| +using ScopedDIR = scoped_ptr<DIR, ScopedDIRCloser>;
|
|
|
| // This function implements CloseMultipleNowOrOnExec() using an operating
|
| // system-specific FD directory to determine which file descriptors are open.
|
|
|