Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: ios/web_view/test/web_view_restorable_state_inttest.mm

Issue 2943063002: Removed Chrome prefix from ios_web_view_inttests test fixtures. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web_view/test/web_view_kvo_inttest.mm ('k') | ios/web_view/test/web_view_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/test/web_view_restorable_state_inttest.mm
diff --git a/ios/web_view/test/chrome_web_view_restorable_state_inttest.mm b/ios/web_view/test/web_view_restorable_state_inttest.mm
similarity index 92%
rename from ios/web_view/test/chrome_web_view_restorable_state_inttest.mm
rename to ios/web_view/test/web_view_restorable_state_inttest.mm
index 0c682e06a9a7b7a80fa4a1981e6c1d94fa0c2728..ab202681af6b42351289b6e89acb2971e6971fd2 100644
--- a/ios/web_view/test/chrome_web_view_restorable_state_inttest.mm
+++ b/ios/web_view/test/web_view_restorable_state_inttest.mm
@@ -4,7 +4,7 @@
#import <ChromeWebView/ChromeWebView.h>
-#import "ios/web_view/test/chrome_web_view_test.h"
+#import "ios/web_view/test/web_view_test.h"
#import "ios/web_view/test/web_view_test_util.h"
#include "testing/gtest_mac.h"
@@ -34,8 +34,8 @@ CWVWebView* CreateWebViewWithState(CWVWebView* source_web_view) {
// Tests encodeRestorableStateWithCoder: and decodeRestorableStateWithCoder:
// methods.
-typedef ios_web_view::ChromeWebViewTest ChromeWebViewRestorableStateTest;
-TEST_F(ChromeWebViewRestorableStateTest, EncodeDecode) {
+typedef ios_web_view::WebViewTest WebViewRestorableStateTest;
+TEST_F(WebViewRestorableStateTest, EncodeDecode) {
// Load 2 URLs to create non-default state.
ASSERT_FALSE([web_view_ lastCommittedURL]);
ASSERT_FALSE([web_view_ visibleURL]);
« no previous file with comments | « ios/web_view/test/web_view_kvo_inttest.mm ('k') | ios/web_view/test/web_view_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698