| Index: mojo/edk/system/connection_manager.h
|
| diff --git a/mojo/edk/system/connection_manager.h b/mojo/edk/system/connection_manager.h
|
| index 8820dd584ff75037c09b2e83a5f5363ecab82edc..bc2769f9428f84f225de225163737404d288ad92 100644
|
| --- a/mojo/edk/system/connection_manager.h
|
| +++ b/mojo/edk/system/connection_manager.h
|
| @@ -20,10 +20,10 @@ namespace system {
|
|
|
| // (Temporary, unique) identifiers for connections, used as they are being
|
| // brought up:
|
| -typedef UniqueIdentifier ConnectionIdentifier;
|
| +using ConnectionIdentifier = UniqueIdentifier;
|
|
|
| // Identifiers for processes (note that these are not OS process IDs):
|
| -typedef uint64_t ProcessIdentifier;
|
| +using ProcessIdentifier = uint64_t;
|
| const ProcessIdentifier kInvalidProcessIdentifier = 0;
|
|
|
| // |ConnectionManager| is an interface for the system that allows "connections"
|
|
|