| 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 ef341dd609bdcda1c30a33d51ece39bea56b8e7c..d9ffe3c598e785ba451a6e2cf5f7528fd47e5630 100644
|
| --- a/chrome/browser/ui/views/cookie_info_view.cc
|
| +++ b/chrome/browser/ui/views/cookie_info_view.cc
|
| @@ -111,7 +111,7 @@ void CookieInfoView::AddLabelRow(int layout_id,
|
|
|
| // Now that the Textfield is in the view hierarchy, it can be initialized.
|
| textfield->SetReadOnly(true);
|
| - textfield->SetBorder(views::Border::NullBorder());
|
| + textfield->SetBorder(views::NullBorder());
|
| // Color these borderless text areas the same as the containing dialog.
|
| textfield->SetBackgroundColor(GetNativeTheme()->GetSystemColor(
|
| ui::NativeTheme::kColorId_DialogBackground));
|
|
|