| Index: chrome/browser/ui/views/download/download_in_progress_dialog_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/download/download_in_progress_dialog_view.h (revision 104083)
|
| +++ chrome/browser/ui/views/download/download_in_progress_dialog_view.h (working copy)
|
| @@ -47,8 +47,8 @@
|
| views::Label* warning_;
|
| views::Label* explanation_;
|
|
|
| - string16 ok_button_text_;
|
| - string16 cancel_button_text_;
|
| + std::wstring ok_button_text_;
|
| + std::wstring cancel_button_text_;
|
|
|
| string16 product_name_;
|
|
|
|
|