| Index: third_party/WebKit/Source/web/tests/scheduler/ActiveConnectionThrottlingTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/scheduler/ActiveConnectionThrottlingTest.cpp b/third_party/WebKit/Source/web/tests/scheduler/ActiveConnectionThrottlingTest.cpp
|
| index 63280d990b7f025ac05a7c37524d031dcd3c015e..6ebb02eea3dde499024959317c7e93110b636f39 100644
|
| --- a/third_party/WebKit/Source/web/tests/scheduler/ActiveConnectionThrottlingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/scheduler/ActiveConnectionThrottlingTest.cpp
|
| @@ -3,6 +3,7 @@
|
| // found in LICENSE file.
|
|
|
| #include "core/exported/WebViewBase.h"
|
| +#include "core/frame/WebLocalFrameBase.h"
|
| #include "platform/scheduler/renderer/web_view_scheduler.h"
|
| #include "platform/testing/TestingPlatformSupport.h"
|
| #include "platform/wtf/PtrUtil.h"
|
| @@ -13,7 +14,6 @@
|
| #include "public/platform/WebRTCSessionDescription.h"
|
| #include "public/web/WebScriptSource.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| #include "web/tests/sim/SimRequest.h"
|
| #include "web/tests/sim/SimTest.h"
|
|
|
|
|