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

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

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
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/test/crw_mock_web_state_delegate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/crw_mock_web_state_delegate.h
diff --git a/ios/web/web_state/web_state_delegate_stub.h b/ios/web/public/test/crw_mock_web_state_delegate.h
similarity index 86%
rename from ios/web/web_state/web_state_delegate_stub.h
rename to ios/web/public/test/crw_mock_web_state_delegate.h
index dac17d55ed34038471ea25aee98bb23793f40a24..bbf7bcdb71e0bf47f88824cd096bfa5b23aeadd4 100644
--- a/ios/web/web_state/web_state_delegate_stub.h
+++ b/ios/web/public/test/crw_mock_web_state_delegate.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_WEB_WEB_STATE_WEB_STATE_DELEGATE_STUB_H_
-#define IOS_WEB_WEB_STATE_WEB_STATE_DELEGATE_STUB_H_
+#ifndef IOS_WEB_PUBLIC_TEST_CRW_MOCK_WEB_STATE_DELEGATE_H_
+#define IOS_WEB_PUBLIC_TEST_CRW_MOCK_WEB_STATE_DELEGATE_H_
#import "ios/testing/ocmock_complex_type_helper.h"
#import "ios/web/public/web_state/web_state_delegate_bridge.h"
// Stub implementation for CRWWebStateDelegate protocol.
-@interface CRWWebStateDelegateStub
+@interface CRWMockWebStateDelegate
: OCMockComplexTypeHelper<CRWWebStateDelegate>
// web::WebState::OpenURLParams in |webState:openURLWithParams:| call.
@property(nonatomic, readonly)
@@ -32,4 +32,4 @@
@end
-#endif // IOS_WEB_WEB_STATE_WEB_STATE_DELEGATE_STUB_H_
+#endif // IOS_WEB_PUBLIC_TEST_CRW_MOCK_WEB_STATE_DELEGATE_H_
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/test/crw_mock_web_state_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698