Index: ui/views/controls/tree/tree_view.cc |
diff --git a/ui/views/controls/tree/tree_view.cc b/ui/views/controls/tree/tree_view.cc |
index 055b9b9c2a913fde8db0d35d253662aa7d804633..2c7bd55c396f4a43011c386003ad99942aca8d14 100644 |
--- a/ui/views/controls/tree/tree_view.cc |
+++ b/ui/views/controls/tree/tree_view.cc |
@@ -80,7 +80,7 @@ TreeView::TreeView() |
root_shown_(true), |
has_custom_icons_(false), |
row_height_(font_.GetHeight() + kTextVerticalPadding * 2) { |
- set_focusable(true); |
+ SetFocusable(true); |
closed_icon_ = *ui::ResourceBundle::GetSharedInstance().GetImageNamed( |
(base::i18n::IsRTL() ? IDR_FOLDER_CLOSED_RTL |
: IDR_FOLDER_CLOSED)).ToImageSkia(); |