| Index: views/focus/focus_manager_unittest.cc
|
| ===================================================================
|
| --- views/focus/focus_manager_unittest.cc (revision 86135)
|
| +++ views/focus/focus_manager_unittest.cc (working copy)
|
| @@ -874,10 +874,11 @@
|
| }
|
| };
|
|
|
| -class TestRadioButton : public RadioButton {
|
| +class TestRadioButton : public NativeRadioButton {
|
| public:
|
| - explicit TestRadioButton(const std::wstring& text) : RadioButton(text, 1) {
|
| - };
|
| + explicit TestRadioButton(const std::wstring& text)
|
| + : NativeRadioButton(text, 1) {
|
| + }
|
| virtual gfx::NativeView TestGetNativeControlView() {
|
| return native_wrapper_->GetTestingHandle();
|
| }
|
|
|