| Index: webrtc/api/statstypes.h
|
| diff --git a/webrtc/api/statstypes.h b/webrtc/api/statstypes.h
|
| index 40d26ab284c0ee9d64d0a7cd43a55b06401936f3..8ef79d9669c1590b5da50a3f4453dd07a3ed559c 100644
|
| --- a/webrtc/api/statstypes.h
|
| +++ b/webrtc/api/statstypes.h
|
| @@ -415,7 +415,7 @@ class StatsCollection {
|
| StatsReport* FindOrAddNew(const StatsReport::Id& id);
|
| StatsReport* ReplaceOrAddNew(const StatsReport::Id& id);
|
|
|
| - // Looks for a report with the given |id|. If one is not found, NULL
|
| + // Looks for a report with the given |id|. If one is not found, null
|
| // will be returned.
|
| StatsReport* Find(const StatsReport::Id& id);
|
|
|
|
|