| Index: ui/views/controls/button/custom_button_unittest.cc
|
| diff --git a/ui/views/controls/button/custom_button_unittest.cc b/ui/views/controls/button/custom_button_unittest.cc
|
| index cb27628b2e3f6301c368fa1b3357bbf4185e3d38..49bc8322afe302465fe48e16ea6b4c9d8bbd7e1e 100644
|
| --- a/ui/views/controls/button/custom_button_unittest.cc
|
| +++ b/ui/views/controls/button/custom_button_unittest.cc
|
| @@ -155,7 +155,7 @@ TEST_F(CustomButtonTest, GestureEventsSetState) {
|
| // Make sure all subclasses of CustomButton are correctly recognized
|
| // as CustomButton.
|
| TEST_F(CustomButtonTest, AsCustomButton) {
|
| - string16 text;
|
| + base::string16 text;
|
|
|
| TextButton text_button(NULL, text);
|
| EXPECT_TRUE(CustomButton::AsCustomButton(&text_button));
|
|
|