| Index: ios/web/web_state/js/core_js_unittest.mm
|
| diff --git a/ios/web/web_state/js/core_js_unittest.mm b/ios/web/web_state/js/core_js_unittest.mm
|
| index c32eb4b8d8c547cc220358005f23b9fba28dbc85..fbe9178b8db56f5bd495f7eb13c4385bfbc7b05c 100644
|
| --- a/ios/web/web_state/js/core_js_unittest.mm
|
| +++ b/ios/web/web_state/js/core_js_unittest.mm
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| -#import "ios/web/test/web_test.h"
|
| +#import "ios/web/public/test/web_test_with_web_state.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/gtest_mac.h"
|
|
|
| @@ -25,7 +25,7 @@ struct TestScriptAndExpectedValue {
|
| namespace web {
|
|
|
| // Test fixture to test core.js.
|
| -class CoreJsTest : public web::WebTestWithWebController {
|
| +class CoreJsTest : public web::WebTestWithWebState {
|
| protected:
|
| void ImageTesterHelper(
|
| NSString* htmlForImage,
|
|
|