| 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.
|
|
|