Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: views/controls/message_box_view.h

Issue 115825: Move text_field.cc and rename the class to Textfield in preparation for porti... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/shelf_item_dialog.cc ('k') | views/controls/message_box_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/message_box_view.h
===================================================================
--- views/controls/message_box_view.h (revision 17006)
+++ views/controls/message_box_view.h (working copy)
@@ -10,7 +10,7 @@
#include "base/task.h"
#include "views/controls/image_view.h"
#include "views/controls/label.h"
-#include "views/controls/text_field.h"
+#include "views/controls/textfield/textfield.h"
#include "views/view.h"
namespace views {
@@ -32,7 +32,7 @@
const std::wstring& default_prompt);
// Returns the text box.
- views::TextField* text_box() { return prompt_field_; }
+ views::Textfield* text_box() { return prompt_field_; }
// Returns user entered data in the prompt field.
std::wstring GetInputText();
@@ -75,7 +75,7 @@
views::Label* message_label_;
// Input text field for the message box.
- views::TextField* prompt_field_;
+ views::Textfield* prompt_field_;
// Icon displayed in the upper left corner of the message box.
views::ImageView* icon_;
« no previous file with comments | « chrome/browser/views/shelf_item_dialog.cc ('k') | views/controls/message_box_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698