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

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

Issue 2659393004: Convert ios_web_view_shell to pure Objective-C. (Closed)
Patch Set: Move const and format. Created 3 years, 11 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/shell/BUILD.gn ('k') | ios/web_view/shell/shell_app_delegate.mm » ('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.mm b/ios/web_view/shell/shell_app_delegate.m
similarity index 96%
rename from ios/web_view/shell/shell_app_delegate.mm
rename to ios/web_view/shell/shell_app_delegate.m
index fa6bfc69452eb2fcf572ecd0213d990ee6e3deb3..28a4b7dee058f68aa928178d6c426f5ec3dc76d8 100644
--- a/ios/web_view/shell/shell_app_delegate.mm
+++ b/ios/web_view/shell/shell_app_delegate.m
@@ -13,7 +13,7 @@
#endif
@interface ShellAppDelegate ()
-@property (nonatomic, strong) ShellDelegate* delegate;
+@property(nonatomic, strong) ShellDelegate* delegate;
@end
@implementation ShellAppDelegate
« no previous file with comments | « ios/web_view/shell/BUILD.gn ('k') | ios/web_view/shell/shell_app_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698