| Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
 | 
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
 | 
| index f971a01c769cd8a75ebe7e26e2699cbc516e014a..d84145fa4606523246a1b2f93b28830bc029c7e8 100644
 | 
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
 | 
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
 | 
| @@ -134,8 +134,8 @@ class VideoProcessorIntegrationTest : public testing::Test {
 | 
|      if (config_.hw_codec) {
 | 
|  #if defined(WEBRTC_VIDEOPROCESSOR_INTEGRATIONTEST_HW_CODECS_ENABLED)
 | 
|  #if defined(WEBRTC_ANDROID)
 | 
| -      encoder_factory_.reset(new webrtc_jni::MediaCodecVideoEncoderFactory());
 | 
| -      decoder_factory_.reset(new webrtc_jni::MediaCodecVideoDecoderFactory());
 | 
| +      encoder_factory_.reset(new jni::MediaCodecVideoEncoderFactory());
 | 
| +      decoder_factory_.reset(new jni::MediaCodecVideoDecoderFactory());
 | 
|  #elif defined(WEBRTC_IOS)
 | 
|        EXPECT_EQ(kVideoCodecH264, config_.codec_settings.codecType)
 | 
|            << "iOS HW codecs only support H264.";
 | 
| 
 |