| Index: third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp b/third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp
|
| index 17ba2cf6fe0423954428fd8fa41e939c90afa9ee..4f92a0847c919c5ab96b5ad4a192576f5ff3d8e1 100644
|
| --- a/third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code if governed by a BSD-style license that can be
|
| // found in LICENSE file.
|
|
|
| +#include "platform/scheduler/renderer/web_view_scheduler.h"
|
| #include "platform/testing/TestingPlatformSupport.h"
|
| #include "public/platform/WebRTCError.h"
|
| #include "public/platform/WebRTCPeerConnectionHandler.h"
|
| #include "public/platform/WebRTCRtpReceiver.h"
|
| #include "public/platform/WebRTCSessionDescription.h"
|
| -#include "public/platform/WebViewScheduler.h"
|
| #include "public/web/WebScriptSource.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "web/WebLocalFrameImpl.h"
|
|
|