| Index: ui/views/view_unittest.cc
|
| diff --git a/ui/views/view_unittest.cc b/ui/views/view_unittest.cc
|
| index 4aa93b03482b3ffc0a6675586a000614281afe12..11660484caaabd5068829089520e6ea62974c0b2 100644
|
| --- a/ui/views/view_unittest.cc
|
| +++ b/ui/views/view_unittest.cc
|
| @@ -866,7 +866,7 @@ TEST_F(ViewTest, TextfieldCutCopyPaste) {
|
| Textfield* normal = new Textfield();
|
| Textfield* read_only = new Textfield();
|
| read_only->SetReadOnly(true);
|
| - Textfield* password = new Textfield(Textfield::STYLE_PASSWORD);
|
| + Textfield* password = new Textfield(Textfield::STYLE_OBSCURED);
|
|
|
| root_view->AddChildView(normal);
|
| root_view->AddChildView(read_only);
|
|
|