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

Unified Diff: chrome/browser/ui/views/autofill/autofill_popup_base_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/autofill/autofill_popup_base_view.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc b/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
index a47ccee84ab1f961d9da577653a5b52794b8798a..dd09b9ac9d72753e8e32a00039d4380b781d8446 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
+++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
@@ -60,8 +60,7 @@ void AutofillPopupBaseView::DoShow() {
show_time_ = base::Time::Now();
}
- SetBorder(views::Border::CreateSolidBorder(kPopupBorderThickness,
- kBorderColor));
+ SetBorder(views::CreateSolidBorder(kPopupBorderThickness, kBorderColor));
DoUpdateBoundsAndRedrawPopup();
GetWidget()->Show();

Powered by Google App Engine
This is Rietveld 408576698