| Index: ui/views/window/dialog_client_view.cc
|
| diff --git a/ui/views/window/dialog_client_view.cc b/ui/views/window/dialog_client_view.cc
|
| index bfb870ed50ba5f737ea18cc26821be85e792f1e1..ed9fce24221bca6a8c13b89bb066e77881eedfdc 100644
|
| --- a/ui/views/window/dialog_client_view.cc
|
| +++ b/ui/views/window/dialog_client_view.cc
|
| @@ -359,7 +359,7 @@ void DialogClientView::ChildVisibilityChanged(View* child) {
|
| // DialogClientView, private:
|
|
|
| LabelButton* DialogClientView::CreateDialogButton(ui::DialogButton type) {
|
| - const string16 title = GetDialogDelegate()->GetDialogButtonLabel(type);
|
| + const base::string16 title = GetDialogDelegate()->GetDialogButtonLabel(type);
|
| LabelButton* button = NULL;
|
| if (GetDialogDelegate()->UseNewStyleForThisDialog() &&
|
| GetDialogDelegate()->GetDefaultDialogButton() == type &&
|
|
|