Chromium Code Reviews| 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 c678fc1326b5053212c9179ba68cf5ae125457e5..1c52d091275a0ec9fd9459a41dca93e07cd45a4e 100644 |
| --- a/ios/clean/chrome/browser/ui/tools/menu_view_controller.h |
| +++ b/ios/clean/chrome/browser/ui/tools/menu_view_controller.h |
| @@ -11,10 +11,15 @@ |
| #import <UIKit/UIKit.h> |
| +#import "ios/clean/chrome/browser/ui/commands/find_in_page_commands.h" |
|
lpromero
2017/03/14 17:17:57
Can be forward declared.
|
| + |
| // 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 |
| + |
| +@property(nonatomic, readwrite, weak) id<FindInPageCommands> dispatcher; |
|
lpromero
2017/03/14 17:17:57
No need for readwrite.
|
| + |
| @end |
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLS_MENU_VIEW_CONTROLLER_H_ |