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

Unified Diff: ios/web_view/shell/shell_delegate.h

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/shell/shell_delegate.h
diff --git a/ios/web_view/shell/shell_delegate.h b/ios/web_view/shell/shell_delegate.h
index 917af955d63014e9e0b0b50ac0d8c3e4b2420f85..79fe012bd52e6d121f0925a5685d698890c1f0d9 100644
--- a/ios/web_view/shell/shell_delegate.h
+++ b/ios/web_view/shell/shell_delegate.h
@@ -6,10 +6,10 @@
#import <UIKit/UIKit.h>
-#import "ios/web_view/public/criwv_delegate.h"
+#import "ios/web_view/public/cwv_delegate.h"
-// Shell-specific implementation of CRIWVDelegate.
-@interface ShellDelegate : NSObject<CRIWVDelegate>
+// Shell-specific implementation of CWVDelegate.
+@interface ShellDelegate : NSObject<CWVDelegate>
@end
#endif // IOS_WEB_VIEW_SHELL_SHELL_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698