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:
Edward Lemur
2018-01-25 17:59:55 +01:00
committed by Commit Bot
parent bc5c69f8e7
commit 3a5653af1c

View File

@ -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();