Use FILE* instead of const FILE* in perf_test.h
TBR=phoglund@webrtc.org Bug: chromium:755660 Change-Id: I5e4c808668c8a376d4bd518236ae969c693f979b Reviewed-on: https://webrtc-review.googlesource.com/43960 Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21765}
This commit is contained in:
@ -71,7 +71,7 @@ void WritePerfResults(const std::string& output_path);
|
|||||||
|
|
||||||
// By default, perf results are printed to stdout. Set the FILE* to where they
|
// By default, perf results are printed to stdout. Set the FILE* to where they
|
||||||
// should be printing instead.
|
// should be printing instead.
|
||||||
void SetPerfResultsOutput(const FILE* output);
|
void SetPerfResultsOutput(FILE* output);
|
||||||
|
|
||||||
// You shouldn't use this function. It's only used to test the functions above.
|
// You shouldn't use this function. It's only used to test the functions above.
|
||||||
void ClearPerfResults();
|
void ClearPerfResults();
|
||||||
|
|||||||
Reference in New Issue
Block a user