| 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 4f92a0847c919c5ab96b5ad4a192576f5ff3d8e1..5173e794ba2f2f0020b67d560a938b0c55c6e4d9 100644
|
| --- a/third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code if governed by a BSD-style license that can be
|
| // found in LICENSE file.
|
|
|
| +#include "core/exported/WebViewBase.h"
|
| #include "platform/scheduler/renderer/web_view_scheduler.h"
|
| #include "platform/testing/TestingPlatformSupport.h"
|
| #include "public/platform/WebRTCError.h"
|
| @@ -11,7 +12,6 @@
|
| #include "public/web/WebScriptSource.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| -#include "web/WebViewImpl.h"
|
| #include "web/tests/sim/SimRequest.h"
|
| #include "web/tests/sim/SimTest.h"
|
|
|
|
|