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

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

Issue 2934503002: Remove references to ui/views/layout/layout_constants.h (Closed)
Patch Set: Created 3 years, 6 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/save_card_bubble_views.cc
diff --git a/chrome/browser/ui/views/autofill/save_card_bubble_views.cc b/chrome/browser/ui/views/autofill/save_card_bubble_views.cc
index 4a3a16cedf8b503c219eb066dc05f8e6c7b256fc..ec6eefef1c99df2d34e749ede73720ec11728999 100644
--- a/chrome/browser/ui/views/autofill/save_card_bubble_views.cc
+++ b/chrome/browser/ui/views/autofill/save_card_bubble_views.cc
@@ -195,7 +195,7 @@ std::unique_ptr<views::View> SaveCardBubbleViews::CreateMainContentView() {
view->SetLayoutManager(new views::BoxLayout(
views::BoxLayout::kVertical, gfx::Insets(),
- provider->GetDistanceMetric(DISTANCE_UNRELATED_CONTROL_VERTICAL)));
+ provider->GetDistanceMetric(views::DISTANCE_UNRELATED_CONTROL_VERTICAL)));
// Add the card type icon, last four digits and expiration date.
views::View* description_view = new views::View();

Powered by Google App Engine
This is Rietveld 408576698