| Index: ui/views/controls/button/radio_button.h | 
| diff --git a/ui/views/controls/button/radio_button.h b/ui/views/controls/button/radio_button.h | 
| index a7afff4ed414bbd4331a34c14fc8f0042dd0d873..7d8c5b55e5adf5ab12d885b588744e13739cfb3c 100644 | 
| --- a/ui/views/controls/button/radio_button.h | 
| +++ b/ui/views/controls/button/radio_button.h | 
| @@ -17,7 +17,7 @@ class VIEWS_EXPORT RadioButton : public Checkbox { | 
| // The button's class name. | 
| static const char kViewClassName[]; | 
|  | 
| -  RadioButton(const string16& label, int group_id); | 
| +  RadioButton(const base::string16& label, int group_id); | 
| virtual ~RadioButton(); | 
|  | 
| // Overridden from View: | 
|  |