summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ios/web/test/web_test.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ios/web/test/web_test.h b/ios/web/test/web_test.h
index d7a369b..df2ac4f 100644
--- a/ios/web/test/web_test.h
+++ b/ios/web/test/web_test.h
@@ -104,13 +104,6 @@ class WebTestWithWebController : public WebTest,
NSString* CreateLoadCheck();
};
-#pragma mark -
-
-// A test fixtures thats creates a CRWWKWebViewWebController for testing.
-// TODO(crbug.com/589563): Remove this typedef, clients should use
-// |WebTestWithWebController|.
-typedef WebTestWithWebController WebTestWithWKWebViewWebController;
-
} // namespace web
#endif // IOS_WEB_TEST_WEB_TEST_H_