Index: chrome/browser/ui/views/chooser_content_view.h |
diff --git a/chrome/browser/ui/views/chooser_content_view.h b/chrome/browser/ui/views/chooser_content_view.h |
index 763207f60c1f15fbdc01c1c701ec70cd5fd2c77c..812d32f4cc531298ee044a2da54a70b6ac0d8c98 100644 |
--- a/chrome/browser/ui/views/chooser_content_view.h |
+++ b/chrome/browser/ui/views/chooser_content_view.h |
@@ -63,7 +63,7 @@ class ChooserContentView : public views::View, |
base::string16 GetWindowTitle() const; |
base::string16 GetDialogButtonLabel(ui::DialogButton button) const; |
bool IsDialogButtonEnabled(ui::DialogButton button) const; |
- views::StyledLabel* footnote_link() { return footnote_link_.get(); } |
+ views::StyledLabel* footnote_link(); |
void Accept(); |
void Cancel(); |
void Close(); |