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

Unified Diff: chrome/browser/ui/views/autofill/autofill_popup_view_views.cc

Issue 145033006: views: Make View::set_border() take a scoped_ptr<>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Further renaming Created 6 years, 11 months 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_view_views.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc b/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc
index c48a0a2b239e990407dbbcb4772e1faee645a90f..77718ea5552d1b7b5567a6995d5053f54e57e9b9 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_popup_view_views.cc
@@ -224,7 +224,7 @@ void AutofillPopupViewViews::Show() {
#endif
}
- set_border(views::Border::CreateSolidBorder(kBorderThickness, kBorderColor));
+ SetBorder(views::Border::CreateSolidBorder(kBorderThickness, kBorderColor));
UpdateBoundsAndRedrawPopup();
GetWidget()->ShowInactive();

Powered by Google App Engine
This is Rietveld 408576698