Updating system_wrappers/include/metrics.h docs

In the metrics.h documentation the target to include a default
implementation of metrics was referring to the previous build system
(gyp). Now it is updated to refer to the current target.

BUG=None
NOTRY=True
TBR=henrika@webrtc.org

Review-Url: https://codereview.webrtc.org/2699093002
Cr-Commit-Position: refs/heads/master@{#16766}
This commit is contained in:
mbonadei 2017-02-22 00:55:32 -08:00 committed by Commit bot
parent de6adbe0ba
commit 1e5b0269a8

View File

@ -44,7 +44,7 @@
// Histogram* histogram_pointer, const std::string& name, int sample);
//
// - or link with the default implementations (i.e.
// system_wrappers/system_wrappers.gyp:metrics_default).
// system_wrappers:metrics_default).
//
//
// Example usage:
@ -242,4 +242,3 @@ void HistogramAdd(Histogram* histogram_pointer, int sample);
} // namespace webrtc
#endif // WEBRTC_SYSTEM_WRAPPERS_INCLUDE_METRICS_H_