| Index: ios/web/public/web_state/web_state_delegate.h
|
| diff --git a/ios/web/public/web_state/web_state_delegate.h b/ios/web/public/web_state/web_state_delegate.h
|
| index dc492a8586c7aca32a7df51160fcd63ad81f8925..358bed7b4eac29bc2a942a8b54ebe305f8270360 100644
|
| --- a/ios/web/public/web_state/web_state_delegate.h
|
| +++ b/ios/web/public/web_state/web_state_delegate.h
|
| @@ -9,15 +9,10 @@
|
|
|
| #include "base/callback.h"
|
|
|
| -namespace net {
|
| -class SSLInfo;
|
| -}
|
| -
|
| namespace web {
|
|
|
| struct ContextMenuParams;
|
| class JavaScriptDialogPresenter;
|
| -struct SSLStatus;
|
| class WebState;
|
|
|
| // Objects implement this interface to get notified about changes in the
|
|
|