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

Unified Diff: ios/web_view/internal/criwv_web_client.mm

Issue 2650323002: Cleanup ios/web_view. (Closed)
Patch Set: Respond to comments. 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/internal/criwv_web_client.h ('k') | ios/web_view/internal/criwv_web_main_delegate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/internal/criwv_web_client.mm
diff --git a/ios/web_view/internal/criwv_web_client.mm b/ios/web_view/internal/criwv_web_client.mm
index ea936745d4d934ffeb9ee5954fe180ace48d60f8..18239dd1c0b8897d4577a692725407007b997e4d 100644
--- a/ios/web_view/internal/criwv_web_client.mm
+++ b/ios/web_view/internal/criwv_web_client.mm
@@ -13,8 +13,7 @@
namespace ios_web_view {
CRIWVWebClient::CRIWVWebClient(id<CRIWVDelegate> delegate)
- : delegate_(delegate),
- web_main_parts_(nullptr) {}
+ : delegate_(delegate), web_main_parts_(nullptr) {}
CRIWVWebClient::~CRIWVWebClient() {}
« no previous file with comments | « ios/web_view/internal/criwv_web_client.h ('k') | ios/web_view/internal/criwv_web_main_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698