| Index: win8/metro_driver/metro_dialog_box.cc
|
| diff --git a/win8/metro_driver/metro_dialog_box.cc b/win8/metro_driver/metro_dialog_box.cc
|
| index 25e70827710326f905bc8c3f7fe9a40e6f9aead3..1217fed86e8388ef668173d04d53eefa92ce7214 100644
|
| --- a/win8/metro_driver/metro_dialog_box.cc
|
| +++ b/win8/metro_driver/metro_dialog_box.cc
|
| @@ -141,7 +141,7 @@ HRESULT STDMETHODCALLTYPE MetroDialogBox::Invoke(
|
| mswrw::HString label;
|
| command->get_Label(label.GetAddressOf());
|
|
|
| - string16 button_label = MakeStdWString(label.Get());
|
| + base::string16 button_label = MakeStdWString(label.Get());
|
| DVLOG(1) << "Clicked button label is : " << button_label;
|
| if (button_label == dialog_box_info_.button1_label) {
|
| DVLOG(1) << "Button1 clicked";
|
|
|