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

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

Issue 2675983003: views::Separator cleanup. (Closed)
Patch Set: revert test change 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/ui/views/find_bar_view.cc
diff --git a/chrome/browser/ui/views/find_bar_view.cc b/chrome/browser/ui/views/find_bar_view.cc
index 76e1d27f76057222535829b5f3c7eacadca17708..6aa3f49774467a369a49f16809fa17f5d9217fee 100644
--- a/chrome/browser/ui/views/find_bar_view.cc
+++ b/chrome/browser/ui/views/find_bar_view.cc
@@ -116,7 +116,7 @@ FindBarView::FindBarView(FindBarHost* host)
find_text_(new views::Textfield),
match_count_text_(new MatchCountLabel()),
focus_forwarder_view_(new FocusForwarderView(find_text_)),
- separator_(new views::Separator(views::Separator::VERTICAL)),
+ separator_(new views::Separator()),
find_previous_button_(new views::VectorIconButton(this)),
find_next_button_(new views::VectorIconButton(this)),
close_button_(new views::VectorIconButton(this)) {

Powered by Google App Engine
This is Rietveld 408576698