| Index: components/copresence/handlers/audio/audio_directive_handler.h
|
| diff --git a/components/copresence/handlers/audio/audio_directive_handler.h b/components/copresence/handlers/audio/audio_directive_handler.h
|
| index 3e650076d8d912f798677877bec1a2c786dfb524..4b527073301939b0876b80d52f32dc13b74ad48f 100644
|
| --- a/components/copresence/handlers/audio/audio_directive_handler.h
|
| +++ b/components/copresence/handlers/audio/audio_directive_handler.h
|
| @@ -83,7 +83,7 @@ class AudioDirectiveHandler {
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(AudioDirectiveHandlerTest, Basic);
|
|
|
| - typedef TimedMap<std::string, scoped_refptr<media::AudioBusRefCounted> >
|
| + typedef TimedMap<std::string, scoped_refptr<media::AudioBusRefCounted>>
|
| SamplesMap;
|
|
|
| // Processes the next active transmit instruction.
|
|
|