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

Unified Diff: ios/web_view/shell/shell_app_delegate.m

Issue 2703413004: Rename CRIWV class to CWV. (Closed)
Patch Set: Created 3 years, 10 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/public/cwv_web_view.h ('k') | ios/web_view/shell/shell_view_controller.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/shell/shell_app_delegate.m
diff --git a/ios/web_view/shell/shell_app_delegate.m b/ios/web_view/shell/shell_app_delegate.m
index 28a4b7dee058f68aa928178d6c426f5ec3dc76d8..d69c62321633a26614fa21c358eccd5746df93a6 100644
--- a/ios/web_view/shell/shell_app_delegate.m
+++ b/ios/web_view/shell/shell_app_delegate.m
@@ -4,7 +4,7 @@
#import "ios/web_view/shell/shell_app_delegate.h"
-#import "ios/web_view/public/criwv.h"
+#import "ios/web_view/public/cwv.h"
#import "ios/web_view/shell/shell_delegate.h"
#import "ios/web_view/shell/shell_view_controller.h"
@@ -27,7 +27,7 @@
self.window.backgroundColor = [UIColor whiteColor];
self.delegate = [[ShellDelegate alloc] init];
- [CRIWV configureWithDelegate:_delegate];
+ [CWV configureWithDelegate:_delegate];
[self.window makeKeyAndVisible];
@@ -50,7 +50,7 @@
}
- (void)applicationWillTerminate:(UIApplication*)application {
- [CRIWV shutDown];
+ [CWV shutDown];
}
@end
« no previous file with comments | « ios/web_view/public/cwv_web_view.h ('k') | ios/web_view/shell/shell_view_controller.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698