summaryrefslogtreecommitdiffstats
path: root/views/controls/message_box_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/message_box_view.h')
-rw-r--r--views/controls/message_box_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/controls/message_box_view.h b/views/controls/message_box_view.h
index ac6f932..e278d38 100644
--- a/views/controls/message_box_view.h
+++ b/views/controls/message_box_view.h
@@ -8,6 +8,7 @@
#include <string>
+#include "base/string16.h"
#include "views/view.h"
namespace views {
@@ -37,7 +38,7 @@ class VIEWS_EXPORT MessageBoxView : public View {
views::Textfield* text_box() { return prompt_field_; }
// Returns user entered data in the prompt field.
- std::wstring GetInputText();
+ string16 GetInputText();
// Returns true if a checkbox is selected, false otherwise. (And false if
// the message box has no checkbox.)