| Index: remoting/test/protocol_perftest.cc
|
| diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
|
| index 7c4ffa369520e5c27c779ac3f272de732e8912de..f5edd8fd73af10547ba1f816cb102c3282e6b050 100644
|
| --- a/remoting/test/protocol_perftest.cc
|
| +++ b/remoting/test/protocol_perftest.cc
|
| @@ -22,7 +22,7 @@
|
| #include "remoting/host/chromoting_host.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/fake_desktop_environment.h"
|
| -#include "remoting/host/video_scheduler.h"
|
| +#include "remoting/host/video_frame_pump.h"
|
| #include "remoting/protocol/jingle_session_manager.h"
|
| #include "remoting/protocol/libjingle_transport_factory.h"
|
| #include "remoting/protocol/me2me_host_authenticator_factory.h"
|
| @@ -81,7 +81,7 @@ class ProtocolPerfTest
|
| : host_thread_("host"),
|
| capture_thread_("capture"),
|
| encode_thread_("encode") {
|
| - VideoScheduler::EnableTimestampsForTests();
|
| + VideoFramePump::EnableTimestampsForTests();
|
| host_thread_.StartWithOptions(
|
| base::Thread::Options(base::MessageLoop::TYPE_IO, 0));
|
| capture_thread_.Start();
|
|
|