| Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
 | 
| diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc
 | 
| index e034a9619449073eae16ad6001b03efe37f22233..b880bdddbe44fee598ead8811e5053ca01318ff1 100644
 | 
| --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
 | 
| +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
 | 
| @@ -1541,8 +1541,6 @@ int main(int argc, char **argv) {
 | 
|    // Needed to enable DVLOG through --vmodule.
 | 
|    logging::LoggingSettings settings;
 | 
|    settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
 | 
| -  settings.dcheck_state =
 | 
| -      logging::ENABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS;
 | 
|    CHECK(logging::InitLogging(settings));
 | 
|  
 | 
|    CommandLine* cmd_line = CommandLine::ForCurrentProcess();
 | 
| 
 |