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

Unified Diff: ios/web_view/public/cwv_web_view.h

Issue 2690163003: Rename CRIWVWebView to CWVWebView. (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/criwv_web_view_delegate.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/public/cwv_web_view.h
diff --git a/ios/web_view/public/criwv_web_view.h b/ios/web_view/public/cwv_web_view.h
similarity index 92%
rename from ios/web_view/public/criwv_web_view.h
rename to ios/web_view/public/cwv_web_view.h
index 02510d18c71985f268edb4f3c9edecbad8729494..be3822d127f89fc77ac4ac486050406e18a755ef 100644
--- a/ios/web_view/public/criwv_web_view.h
+++ b/ios/web_view/public/cwv_web_view.h
@@ -1,8 +1,8 @@
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_WEB_VIEW_PUBLIC_CRIWV_WEB_VIEW_H_
-#define IOS_WEB_VIEW_PUBLIC_CRIWV_WEB_VIEW_H_
+#ifndef IOS_WEB_VIEW_PUBLIC_CWV_WEB_VIEW_H_
+#define IOS_WEB_VIEW_PUBLIC_CWV_WEB_VIEW_H_
#import <UIKit/UIKit.h>
@@ -16,7 +16,7 @@
// Customizable Context Menus, and maybe more.
//
// Concrete instances can be created through CRIWV.
-@interface CRIWVWebView : UIView
+@interface CWVWebView : UIView
// The view used to display web content.
@property(nonatomic, readonly) UIView* view;
@@ -71,4 +71,4 @@
@end
-#endif // IOS_WEB_VIEW_PUBLIC_CRIWV_WEB_VIEW_H_
+#endif // IOS_WEB_VIEW_PUBLIC_CWV_WEB_VIEW_H_
« no previous file with comments | « ios/web_view/public/criwv_web_view_delegate.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