| Index: media/cast/logging/log_serializer.h
|
| diff --git a/media/cast/logging/log_serializer.h b/media/cast/logging/log_serializer.h
|
| index 136932f65ff1cf936e4bbdf6b9fa9e56c3501244..8aff54fc95d48595aec5a5c55e96bc98d4c4a8b5 100644
|
| --- a/media/cast/logging/log_serializer.h
|
| +++ b/media/cast/logging/log_serializer.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "media/cast/logging/encoding_event_subscriber.h"
|
|
|
| namespace media {
|
| @@ -25,8 +24,8 @@ namespace cast {
|
| //
|
| // See .cc file for format specification.
|
| bool SerializeEvents(const media::cast::proto::LogMetadata& log_metadata,
|
| - const FrameEventMap& frame_events,
|
| - const PacketEventMap& packet_events,
|
| + const FrameEventList& frame_events,
|
| + const PacketEventList& packet_events,
|
| bool compress,
|
| int max_output_bytes,
|
| char* output,
|
|
|