| Index: webrtc/common_video/libyuv/scaler_unittest.cc
|
| diff --git a/webrtc/common_video/libyuv/scaler_unittest.cc b/webrtc/common_video/libyuv/scaler_unittest.cc
|
| index 568311bc2ed82fcc5385813a5d4514fc112f9d03..526e62cb3c7dedc59dec6ba479e254156cd5b350 100644
|
| --- a/webrtc/common_video/libyuv/scaler_unittest.cc
|
| +++ b/webrtc/common_video/libyuv/scaler_unittest.cc
|
| @@ -114,7 +114,7 @@ TEST_F(TestScaler, ScaleSendingBufferTooSmall) {
|
| EXPECT_EQ(half_height_, test_frame2.height());
|
| }
|
|
|
| -//TODO (mikhal): Converge the test into one function that accepts the method.
|
| +// TODO(mikhal): Converge the test into one function that accepts the method.
|
| TEST_F(TestScaler, DISABLED_ON_ANDROID(PointScaleTest)) {
|
| double avg_psnr;
|
| FILE* source_file2;
|
| @@ -322,7 +322,7 @@ double TestScaler::ComputeAvgSequencePSNR(FILE* input_file,
|
| return avg_psnr;
|
| }
|
|
|
| -// TODO (mikhal): Move part to a separate scale test.
|
| +// TODO(mikhal): Move part to a separate scale test.
|
| void TestScaler::ScaleSequence(ScaleMethod method,
|
| FILE* source_file, std::string out_name,
|
| int src_width, int src_height,
|
|
|