| Index: media/cast/logging/stats_event_subscriber.h
|
| diff --git a/media/cast/logging/stats_event_subscriber.h b/media/cast/logging/stats_event_subscriber.h
|
| index 7662e60fd167215f43b94bb234815827df41b5fe..b5b49500f19d6a61e686a5ee389269a5dc1eec4f 100644
|
| --- a/media/cast/logging/stats_event_subscriber.h
|
| +++ b/media/cast/logging/stats_event_subscriber.h
|
| @@ -97,7 +97,7 @@ class StatsEventSubscriber : public RawEventSubscriber {
|
|
|
| void Reset();
|
|
|
| - scoped_ptr<base::ListValue> GetHistogram() const;
|
| + scoped_ptr<base::DictionaryValue> GetHistogram() const;
|
|
|
| private:
|
| int64 min_;
|
|
|