| Index: chrome/browser/ui/views/cookie_info_view.cc
|
| diff --git a/chrome/browser/ui/views/cookie_info_view.cc b/chrome/browser/ui/views/cookie_info_view.cc
|
| index 09a66c70a44c64ab4b29a27a7707fcbf1c6e17b2..cea3dd4f77aa77900fbd1f1613d0298d135c4cae 100644
|
| --- a/chrome/browser/ui/views/cookie_info_view.cc
|
| +++ b/chrome/browser/ui/views/cookie_info_view.cc
|
| @@ -128,7 +128,7 @@
|
|
|
| // Now that the Textfield is in the view hierarchy, it can be initialized.
|
| text_field->SetReadOnly(true);
|
| - text_field->set_border(NULL);
|
| + text_field->RemoveBorder();
|
| // Color these borderless text areas the same as the containing dialog.
|
| text_field->SetBackgroundColor(GetNativeTheme()->GetSystemColor(
|
| ui::NativeTheme::kColorId_DialogBackground));
|
|
|