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

Unified Diff: ios/web_view/internal/cwv_web_main_delegate.h

Issue 2714943003: Update prefix for CRIWVWebMainDelegate. (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/internal/cwv.mm ('k') | ios/web_view/internal/cwv_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/cwv_web_main_delegate.h
diff --git a/ios/web_view/internal/criwv_web_main_delegate.h b/ios/web_view/internal/cwv_web_main_delegate.h
similarity index 64%
rename from ios/web_view/internal/criwv_web_main_delegate.h
rename to ios/web_view/internal/cwv_web_main_delegate.h
index ea8a2a3f921882d6685ed0791a44ee7b4d7dd6e6..9a8ee85b0aab794f4227d78c7bce05d34dbb6ec1 100644
--- a/ios/web_view/internal/criwv_web_main_delegate.h
+++ b/ios/web_view/internal/cwv_web_main_delegate.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_WEB_VIEW_INTERNAL_CRIWV_WEB_MAIN_DELEGATE_H_
-#define IOS_WEB_VIEW_INTERNAL_CRIWV_WEB_MAIN_DELEGATE_H_
+#ifndef IOS_WEB_VIEW_INTERNAL_CWV_WEB_MAIN_DELEGATE_H_
+#define IOS_WEB_VIEW_INTERNAL_CWV_WEB_MAIN_DELEGATE_H_
#include <memory>
#include "base/macros.h"
@@ -15,10 +15,10 @@ namespace ios_web_view {
class CWVWebClient;
// CWV-specific implementation of WebMainDelegate.
-class CRIWVWebMainDelegate : public web::WebMainDelegate {
+class CWVWebMainDelegate : public web::WebMainDelegate {
public:
- explicit CRIWVWebMainDelegate(id<CWVDelegate> delegate);
- ~CRIWVWebMainDelegate() override;
+ explicit CWVWebMainDelegate(id<CWVDelegate> delegate);
+ ~CWVWebMainDelegate() override;
// WebMainDelegate implementation.
void BasicStartupComplete() override;
@@ -30,9 +30,9 @@ class CRIWVWebMainDelegate : public web::WebMainDelegate {
// The content and web clients registered by this object.
std::unique_ptr<CWVWebClient> web_client_;
- DISALLOW_COPY_AND_ASSIGN(CRIWVWebMainDelegate);
+ DISALLOW_COPY_AND_ASSIGN(CWVWebMainDelegate);
};
} // namespace ios_web_view
-#endif // IOS_WEB_VIEW_INTERNAL_CRIWV_WEB_MAIN_DELEGATE_H_
+#endif // IOS_WEB_VIEW_INTERNAL_CWV_WEB_MAIN_DELEGATE_H_
« no previous file with comments | « ios/web_view/internal/cwv.mm ('k') | ios/web_view/internal/cwv_web_main_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698