Index: chrome/browser/ui/autofill/save_card_bubble_controller.h |
diff --git a/chrome/browser/ui/autofill/save_card_bubble_controller.h b/chrome/browser/ui/autofill/save_card_bubble_controller.h |
index 231c9d08b6db0620f76ae4bc4904dae8f5916bf5..0d9d3d5b7ce75b9206279f355b7c57151488ca2f 100644 |
--- a/chrome/browser/ui/autofill/save_card_bubble_controller.h |
+++ b/chrome/browser/ui/autofill/save_card_bubble_controller.h |
@@ -9,7 +9,7 @@ |
#include "base/macros.h" |
#include "base/strings/string16.h" |
-#include "ui/gfx/range/range.h" |
+#include "components/autofill/core/browser/legal_message_line.h" |
#include "url/gurl.h" |
namespace autofill { |
@@ -19,21 +19,6 @@ class SaveCardBubbleView; |
// Interface that exposes controller functionality to SaveCardBubbleView. |
class SaveCardBubbleController { |
public: |
- struct LegalMessageLine { |
- struct Link { |
- gfx::Range range; |
- GURL url; |
- }; |
- |
- LegalMessageLine(); |
- ~LegalMessageLine(); |
- |
- base::string16 text; |
- std::vector<Link> links; |
- }; |
- |
- typedef std::vector<LegalMessageLine> LegalMessageLines; |
- |
// Returns the title that should be displayed in the bubble. |
virtual base::string16 GetWindowTitle() const = 0; |