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

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

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_web_main_delegate.h ('k') | no next file » | 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.mm
diff --git a/ios/web_view/internal/criwv_web_main_delegate.mm b/ios/web_view/internal/cwv_web_main_delegate.mm
similarity index 72%
rename from ios/web_view/internal/criwv_web_main_delegate.mm
rename to ios/web_view/internal/cwv_web_main_delegate.mm
index a1190b0e5998d945257324d5d90276904b569aa3..7576b46a5aacbe8ed2098ee5b7f408fd09a0fdc4 100644
--- a/ios/web_view/internal/criwv_web_main_delegate.mm
+++ b/ios/web_view/internal/cwv_web_main_delegate.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ios/web_view/internal/criwv_web_main_delegate.h"
+#import "ios/web_view/internal/cwv_web_main_delegate.h"
#include "base/memory/ptr_util.h"
#import "ios/web_view/internal/cwv_web_client.h"
@@ -14,12 +14,12 @@
namespace ios_web_view {
-CRIWVWebMainDelegate::CRIWVWebMainDelegate(id<CWVDelegate> delegate)
+CWVWebMainDelegate::CWVWebMainDelegate(id<CWVDelegate> delegate)
: delegate_(delegate) {}
-CRIWVWebMainDelegate::~CRIWVWebMainDelegate() {}
+CWVWebMainDelegate::~CWVWebMainDelegate() {}
-void CRIWVWebMainDelegate::BasicStartupComplete() {
+void CWVWebMainDelegate::BasicStartupComplete() {
web_client_ = base::MakeUnique<CWVWebClient>(delegate_);
web::SetWebClient(web_client_.get());
}
« no previous file with comments | « ios/web_view/internal/cwv_web_main_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698