| Index: win8/metro_driver/chrome_app_view.cc
|
| diff --git a/win8/metro_driver/chrome_app_view.cc b/win8/metro_driver/chrome_app_view.cc
|
| index 2bc555bf0304838414c6157e3023b43e2d2f2419..3a9d23ec0f0e607372d0bfc80b225c767c69cb81 100644
|
| --- a/win8/metro_driver/chrome_app_view.cc
|
| +++ b/win8/metro_driver/chrome_app_view.cc
|
| @@ -1088,8 +1088,8 @@ HRESULT ChromeAppView::OnShareDataRequested(
|
| return E_FAIL;
|
| }
|
|
|
| - string16 current_title(current_tab_info.title);
|
| - string16 current_url(current_tab_info.url);
|
| + base::string16 current_title(current_tab_info.title);
|
| + base::string16 current_url(current_tab_info.url);
|
|
|
| LocalFree(current_tab_info.title);
|
| LocalFree(current_tab_info.url);
|
|
|