| Index: mojo/edk/system/master_connection_manager.h
|
| diff --git a/mojo/edk/system/master_connection_manager.h b/mojo/edk/system/master_connection_manager.h
|
| index 3210361d4caefc27624ece1d5c2f67b31089573a..d7f06b506ad873eb45e2d705e96770a16fc74772 100644
|
| --- a/mojo/edk/system/master_connection_manager.h
|
| +++ b/mojo/edk/system/master_connection_manager.h
|
| @@ -25,7 +25,7 @@ namespace mojo {
|
|
|
| namespace embedder {
|
| class MasterProcessDelegate;
|
| -typedef void* SlaveInfo;
|
| +using SlaveInfo = void*;
|
| }
|
|
|
| namespace system {
|
|
|