| Index: mojo/edk/js/drain_data.h
|
| diff --git a/mojo/edk/js/drain_data.h b/mojo/edk/js/drain_data.h
|
| index 48f1de283613a01136446d70cc97c38731679c0d..3c066dcfca3c9a8fdac6e0bd2b229af954c9b332 100644
|
| --- a/mojo/edk/js/drain_data.h
|
| +++ b/mojo/edk/js/drain_data.h
|
| @@ -48,7 +48,7 @@ class DrainData {
|
| // all of the buffered data to the JS Promise and then delete this.
|
| void DeliverData(MojoResult result);
|
|
|
| - typedef std::vector<char> DataBuffer;
|
| + using DataBuffer = std::vector<char>;
|
|
|
| v8::Isolate* isolate_;
|
| ScopedDataPipeConsumerHandle handle_;
|
|
|