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, 2 insertions, 3 deletions
diff --git a/chrome/browser/views/shelf_item_dialog.h b/chrome/browser/views/shelf_item_dialog.h index 40b2020..9e5520d 100644 --- a/chrome/browser/views/shelf_item_dialog.h +++ b/chrome/browser/views/shelf_item_dialog.h @@ -59,10 +59,9 @@ class ShelfItemDialog : public views::View, // DialogDelegate. virtual std::wstring GetWindowTitle() const; virtual bool IsModal() const; - virtual std::wstring GetDialogButtonLabel( - MessageBox::DialogButton button) const; + virtual std::wstring GetDialogButtonLabel(DialogButton button) const; virtual bool Accept(); - virtual bool IsDialogButtonEnabled(MessageBox::DialogButton button) const; + virtual bool IsDialogButtonEnabled(DialogButton button) const; virtual views::View* GetContentsView(); // TextField::Controller. |