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

Unified Diff: ios/web/public/test/crw_mock_web_state_delegate.mm

Issue 2650913008: Renamed CRWWebStateDelegateStub to CRWMockWebStateDelegate. (Closed)
Patch Set: Created 3 years, 11 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/public/test/crw_mock_web_state_delegate.mm
diff --git a/ios/web/web_state/web_state_delegate_stub.mm b/ios/web/public/test/crw_mock_web_state_delegate.mm
similarity index 95%
rename from ios/web/web_state/web_state_delegate_stub.mm
rename to ios/web/public/test/crw_mock_web_state_delegate.mm
index 05e53fb29a01d7e4d125dd461ef4bb82fa7ea723..6b8b15a6fa169c2fa0bc88578fbcc35b53ba5e69 100644
--- a/ios/web/web_state/web_state_delegate_stub.mm
+++ b/ios/web/public/test/crw_mock_web_state_delegate.mm
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ios/web/web_state/web_state_delegate_stub.h"
+#import "ios/web/public/test/crw_mock_web_state_delegate.h"
-#import "ios/web/public/web_state/web_state.h"
#import "ios/web/public/web_state/context_menu_params.h"
+#import "ios/web/public/web_state/web_state.h"
-@implementation CRWWebStateDelegateStub {
+@implementation CRWMockWebStateDelegate {
// Backs up the property with the same name.
std::unique_ptr<web::WebState::OpenURLParams> _openURLParams;
// Backs up the property with the same name.
« no previous file with comments | « ios/web/public/test/crw_mock_web_state_delegate.h ('k') | ios/web/web_state/web_state_delegate_bridge_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698