| Index: ios/clean/chrome/browser/ui/tools/menu_view_controller.h
|
| diff --git a/ios/clean/chrome/browser/ui/tools/menu_view_controller.h b/ios/clean/chrome/browser/ui/tools/menu_view_controller.h
|
| index 689e84860cb2d9a2d113657f827df594d5b47ec6..a9ebe606a2f68c0bc28f1c3843b19a6b76b60d47 100644
|
| --- a/ios/clean/chrome/browser/ui/tools/menu_view_controller.h
|
| +++ b/ios/clean/chrome/browser/ui/tools/menu_view_controller.h
|
| @@ -7,10 +7,12 @@
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| +#import "ios/clean/chrome/browser/ui/tools/tools_consumer.h"
|
| +
|
| // View controller that displays a vertical list of buttons to act as a menu.
|
| // The view controller dismisses as soon as any of the buttons, or any area
|
| // outside the presentation area, is tapped.
|
| -@interface MenuViewController : UIViewController
|
| +@interface MenuViewController : UIViewController<ToolsConsumer>
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLS_MENU_VIEW_CONTROLLER_H_
|
|
|