| Index: chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h b/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h
|
| index bcb4c22e98e5e1a643890f497948fdfac10078e6..d1084c7bd3b391e9543ae6fd1f64e6e0ef0700ff 100644
|
| --- a/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h
|
| +++ b/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h
|
| @@ -12,7 +12,7 @@
|
| #include "ui/views/controls/label.h"
|
| #include "ui/views/view.h"
|
|
|
| -class DesktopIOSPromotionController;
|
| +class DesktopIOSPromotionBubbleController;
|
| class Profile;
|
|
|
| // The DesktopIOSPromotionBubbleView has the basic layout for the
|
| @@ -42,7 +42,7 @@ class DesktopIOSPromotionBubbleView : public DesktopIOSPromotionView,
|
| views::Button* no_button_ = nullptr;
|
| // The text that will appear on the promotion body.
|
| views::Label* promotion_text_label_;
|
| - std::unique_ptr<DesktopIOSPromotionController> promotion_controller_;
|
| + std::unique_ptr<DesktopIOSPromotionBubbleController> promotion_controller_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DesktopIOSPromotionBubbleView);
|
| };
|
|
|