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

Unified Diff: chrome/browser/views/about_network_dialog.cc

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/about_network_dialog.h ('k') | chrome/browser/views/bookmark_bubble_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/about_network_dialog.cc
===================================================================
--- chrome/browser/views/about_network_dialog.cc (revision 17006)
+++ chrome/browser/views/about_network_dialog.cc (working copy)
@@ -12,7 +12,7 @@
#include "net/url_request/url_request_job_tracker.h"
#include "views/grid_layout.h"
#include "views/controls/button/text_button.h"
-#include "views/controls/text_field.h"
+#include "views/controls/textfield/textfield.h"
#include "views/standard_layout.h"
#include "views/window/window.h"
@@ -300,8 +300,8 @@
show_button_ = new views::TextButton(this, kShowCurrentLabel);
clear_button_ = new views::TextButton(this, kClearLabel);
- text_field_ = new views::TextField(static_cast<views::TextField::StyleFlags>(
- views::TextField::STYLE_MULTILINE));
+ text_field_ = new views::Textfield(static_cast<views::Textfield::StyleFlags>(
+ views::Textfield::STYLE_MULTILINE));
text_field_->SetReadOnly(true);
// TODO(brettw): We may want to add this in the future. It can't be called
« no previous file with comments | « chrome/browser/views/about_network_dialog.h ('k') | chrome/browser/views/bookmark_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698