diff options
Diffstat (limited to 'chrome/browser/views/shelf_item_dialog.h')
-rw-r--r-- | chrome/browser/views/shelf_item_dialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/views/shelf_item_dialog.h b/chrome/browser/views/shelf_item_dialog.h index 9e5520d..40b2020 100644 --- a/chrome/browser/views/shelf_item_dialog.h +++ b/chrome/browser/views/shelf_item_dialog.h @@ -59,9 +59,10 @@ class ShelfItemDialog : public views::View, // DialogDelegate. virtual std::wstring GetWindowTitle() const; virtual bool IsModal() const; - virtual std::wstring GetDialogButtonLabel(DialogButton button) const; + virtual std::wstring GetDialogButtonLabel( + MessageBox::DialogButton button) const; virtual bool Accept(); - virtual bool IsDialogButtonEnabled(DialogButton button) const; + virtual bool IsDialogButtonEnabled(MessageBox::DialogButton button) const; virtual views::View* GetContentsView(); // TextField::Controller. |