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

Unified Diff: chrome/browser/first_run/try_chrome_dialog_view.cc

Issue 2675983003: views::Separator cleanup. (Closed)
Patch Set: fix another callsite Created 3 years, 10 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/first_run/try_chrome_dialog_view.cc
diff --git a/chrome/browser/first_run/try_chrome_dialog_view.cc b/chrome/browser/first_run/try_chrome_dialog_view.cc
index f558999b51737991e7fb20d5433dfad473e81bd1..16482e6ef87d213639d54d2494b0e02893e7f68b 100644
--- a/chrome/browser/first_run/try_chrome_dialog_view.cc
+++ b/chrome/browser/first_run/try_chrome_dialog_view.cc
@@ -233,7 +233,7 @@ TryChromeDialogView::Result TryChromeDialogView::ShowModal(
// and the 'make default' checkbox and the OK button on the same row.
layout->AddPaddingRow(0, views::kUnrelatedControlVerticalSpacing);
layout->StartRow(0, 6);
- separator = new views::Separator(views::Separator::HORIZONTAL);
+ separator = new views::Separator();
layout->AddView(separator);
layout->AddPaddingRow(0, views::kUnrelatedControlVerticalSpacing);

Powered by Google App Engine
This is Rietveld 408576698