| Index: chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h
|
| diff --git a/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h b/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h
|
| index 65c71080090d20276317dc94031525047678e90a..f7c435b4e428f48f0910f19c70361c1f61b71eb0 100644
|
| --- a/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h
|
| +++ b/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h
|
| @@ -11,6 +11,7 @@
|
| #include "ui/views/view.h"
|
|
|
| class DesktopIOSPromotionController;
|
| +class Profile;
|
|
|
| // The DesktopIOSPromotionView has the basic layout for the
|
| // desktop to ios promotion view.
|
| @@ -19,7 +20,8 @@ class DesktopIOSPromotionController;
|
| class DesktopIOSPromotionView : public views::View,
|
| public views::ButtonListener {
|
| public:
|
| - explicit DesktopIOSPromotionView(desktop_ios_promotion::PromotionEntryPoint);
|
| + DesktopIOSPromotionView(Profile* profile,
|
| + desktop_ios_promotion::PromotionEntryPoint);
|
|
|
| private:
|
| // ButtonListener:
|
|
|