| Index: media/formats/mp2t/es_parser_h264.cc
 | 
| diff --git a/media/formats/mp2t/es_parser_h264.cc b/media/formats/mp2t/es_parser_h264.cc
 | 
| index 805a3a0497027e34790e7e2815379767e0af2abf..815892222ad8fd4398bf23ee30aec5cd32c1f289 100644
 | 
| --- a/media/formats/mp2t/es_parser_h264.cc
 | 
| +++ b/media/formats/mp2t/es_parser_h264.cc
 | 
| @@ -40,7 +40,7 @@ EsParserH264::~EsParserH264() {
 | 
|  }
 | 
|  
 | 
|  void EsParserH264::Flush() {
 | 
| -  DVLOG(1) << __FUNCTION__;
 | 
| +  DVLOG(1) << __func__;
 | 
|    if (!FindAUD(¤t_access_unit_pos_))
 | 
|      return;
 | 
|  
 | 
| @@ -54,7 +54,7 @@ void EsParserH264::Flush() {
 | 
|  }
 | 
|  
 | 
|  void EsParserH264::ResetInternal() {
 | 
| -  DVLOG(1) << __FUNCTION__;
 | 
| +  DVLOG(1) << __func__;
 | 
|    h264_parser_.reset(new H264Parser());
 | 
|    current_access_unit_pos_ = 0;
 | 
|    next_access_unit_pos_ = 0;
 | 
| 
 |