Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(870)

Unified Diff: chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h

Issue 2803293002: Create Bookmark Footnote desktop iOS promotion (Closed)
Patch Set: win only Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698