| Index: mojo/edk/system/dispatcher.h
|
| diff --git a/mojo/edk/system/dispatcher.h b/mojo/edk/system/dispatcher.h
|
| index 4bbc5ed1296e7b74b861625164e3db71057dac93..8d7e1cb665c3034a5cac585b0bc958f8224d7d98 100644
|
| --- a/mojo/edk/system/dispatcher.h
|
| +++ b/mojo/edk/system/dispatcher.h
|
| @@ -41,7 +41,7 @@ class ProxyMessagePipeEndpoint;
|
| class TransportData;
|
| class Awakable;
|
|
|
| -typedef std::vector<scoped_refptr<Dispatcher>> DispatcherVector;
|
| +using DispatcherVector = std::vector<scoped_refptr<Dispatcher>>;
|
|
|
| namespace test {
|
|
|
|
|