| Index: views/controls/tree/tree_view.cc
|
| ===================================================================
|
| --- views/controls/tree/tree_view.cc (revision 70263)
|
| +++ views/controls/tree/tree_view.cc (working copy)
|
| @@ -10,6 +10,7 @@
|
| #include "app/keyboard_codes.h"
|
| #include "app/l10n_util_win.h"
|
| #include "app/resource_bundle.h"
|
| +#include "app/win/hwnd_util.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/logging.h"
|
| #include "base/stl_util-inl.h"
|
| @@ -336,8 +337,7 @@
|
| parent_container, NULL, NULL, NULL);
|
| SetWindowLongPtr(tree_view_, GWLP_USERDATA,
|
| reinterpret_cast<LONG_PTR>(&wrapper_));
|
| - original_handler_ = win_util::SetWindowProc(tree_view_,
|
| - &TreeWndProc);
|
| + original_handler_ = app::win::SetWindowProc(tree_view_, &TreeWndProc);
|
| l10n_util::AdjustUIFontForWindow(tree_view_);
|
|
|
| if (model_) {
|
|
|