| Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
 | 
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
 | 
| index 9c99a0a97301c0e801e6eadf7220ede39af08eb9..2adcdaebff3991018646befdb62e1d3e9f8bfda0 100644
 | 
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
 | 
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
 | 
| @@ -15,6 +15,7 @@
 | 
|  #include "webrtc/modules/video_coding/codecs/test/videoprocessor.h"
 | 
|  #include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
 | 
|  #include "webrtc/modules/video_coding/codecs/vp8/include/vp8_common_types.h"
 | 
| +#include "webrtc/modules/video_coding/codecs/vp8/temporal_layers.h"
 | 
|  #include "webrtc/modules/video_coding/codecs/vp9/include/vp9.h"
 | 
|  #include "webrtc/modules/video_coding/include/video_codec_interface.h"
 | 
|  #include "webrtc/modules/video_coding/include/video_coding.h"
 | 
| @@ -113,6 +114,7 @@ class VideoProcessorIntegrationTest : public testing::Test {
 | 
|    webrtc::test::TestConfig config_;
 | 
|    VideoCodec codec_settings_;
 | 
|    webrtc::test::VideoProcessor* processor_;
 | 
| +  TemporalLayersFactory tl_factory_;
 | 
|  
 | 
|    // Quantities defined/updated for every encoder rate update.
 | 
|    // Some quantities defined per temporal layer (at most 3 layers in this test).
 | 
| 
 |