| Index: third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp
|
| index 8ef57988df373a2382b9512aba1c5bca1a1372ee..93e6f3aed0945bca155da3f70a2f018939ee63e2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp
|
| @@ -125,7 +125,7 @@ TEST_P(HTMLMediaElementTest, preloadType) {
|
| Media()->GetDocument().GetSettings()->SetForcePreloadNoneForMediaElements(
|
| data.force_preload_none_for_media_elements);
|
| if (data.is_cellular) {
|
| - GetNetworkStateNotifier().SetOverride(
|
| + GetNetworkStateNotifier().SetNetworkConnectionInfoOverride(
|
| true, WebConnectionType::kWebConnectionTypeCellular3G, 2.0);
|
| } else {
|
| GetNetworkStateNotifier().ClearOverride();
|
|
|