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

Unified Diff: chrome/browser/ui/views/cookie_info_view.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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
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));

Powered by Google App Engine
This is Rietveld 408576698