| Index: ui/views/controls/textfield/textfield_model_unittest.cc
|
| diff --git a/ui/views/controls/textfield/textfield_model_unittest.cc b/ui/views/controls/textfield/textfield_model_unittest.cc
|
| index 4ec30d46d7867afe463a661603107fe5558b59bc..1ac80563463214b566622b71a7d46c81db81274f 100644
|
| --- a/ui/views/controls/textfield/textfield_model_unittest.cc
|
| +++ b/ui/views/controls/textfield/textfield_model_unittest.cc
|
| @@ -513,7 +513,7 @@ TEST_F(TextfieldModelTest, Clipboard) {
|
| EXPECT_STR_EQ("HELLO WORLD", model.text());
|
| EXPECT_STR_EQ("HELLO WORLD", model.GetSelectedText());
|
|
|
| - // Copy on obscured text should do nothing.
|
| + // Copy on obscured (password) text should do nothing.
|
| model.SelectAll(false);
|
| EXPECT_FALSE(model.Copy());
|
| clipboard->ReadText(ui::CLIPBOARD_TYPE_COPY_PASTE, &clipboard_text);
|
|
|