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

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

Issue 2691883003: Rename ios/web_view public delegates from CRIWV to CWV prefix. (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
Index: ios/web_view/internal/criwv_web_main_delegate.mm
diff --git a/ios/web_view/internal/criwv_web_main_delegate.mm b/ios/web_view/internal/criwv_web_main_delegate.mm
index e51a7fa0504ddb4b937939bcdd59280d2d54a987..335d0d68cff1a01ae83f63e31ae25e1a4bddaab3 100644
--- a/ios/web_view/internal/criwv_web_main_delegate.mm
+++ b/ios/web_view/internal/criwv_web_main_delegate.mm
@@ -6,7 +6,7 @@
#include "base/memory/ptr_util.h"
#import "ios/web_view/internal/criwv_web_client.h"
-#import "ios/web_view/public/criwv_delegate.h"
+#import "ios/web_view/public/cwv_delegate.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
@@ -14,7 +14,7 @@
namespace ios_web_view {
-CRIWVWebMainDelegate::CRIWVWebMainDelegate(id<CRIWVDelegate> delegate)
+CRIWVWebMainDelegate::CRIWVWebMainDelegate(id<CWVDelegate> delegate)
: delegate_(delegate) {}
CRIWVWebMainDelegate::~CRIWVWebMainDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698