diff options
Diffstat (limited to 'chrome/views/window/dialog_client_view.h')
-rw-r--r-- | chrome/views/window/dialog_client_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/window/dialog_client_view.h b/chrome/views/window/dialog_client_view.h index fadabb6..0e311bb 100644 --- a/chrome/views/window/dialog_client_view.h +++ b/chrome/views/window/dialog_client_view.h @@ -78,7 +78,7 @@ class DialogClientView : public ClientView, // Returns the width of the specified dialog button using the correct font. int GetButtonWidth(int button) const; - int DialogClientView::GetButtonsHeight() const; + int GetButtonsHeight() const; // Position and size various sub-views. void LayoutDialogButtons(); |