| Index: ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
|
| diff --git a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
|
| index a343b9e9646691cf8945941ca7e9a081b9b6eb37..3beb9c660c178f06c38759c12078b444fbf27358 100644
|
| --- a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
|
| +++ b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
|
| @@ -7,9 +7,6 @@
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| -#import "ios/chrome/browser/native_app_launcher/native_app_navigation_controller_protocol.h"
|
| -#import "ios/web/public/web_state/crw_web_controller_observer.h"
|
| -
|
| @class Tab;
|
|
|
| namespace net {
|
| @@ -23,8 +20,7 @@ class WebState;
|
| // NativeAppNavigationController brings up a GAL Infobar if the webpage directs
|
| // it to do so and there are no other circumstances that would suppress its
|
| // display.
|
| -@interface NativeAppNavigationController
|
| - : NSObject<CRWWebControllerObserver, NativeAppNavigationControllerProtocol>
|
| +@interface NativeAppNavigationController : NSObject
|
|
|
| // Designated initializer. The use of |tab| will be phased out in the future
|
| // when all the information needed can be fulfilled by |webState|. Use this
|
|
|