| Index: chrome/browser/download/download_status_updater_win.cc
|
| diff --git a/chrome/browser/download/download_status_updater_win.cc b/chrome/browser/download/download_status_updater_win.cc
|
| index 542f97c77cb846385bd40bf74fb595caf675ad45..f8587ed5ec4ac9d950e8c9dd872cfea66c57049e 100644
|
| --- a/chrome/browser/download/download_status_updater_win.cc
|
| +++ b/chrome/browser/download/download_status_updater_win.cc
|
| @@ -126,9 +126,9 @@ void DownloadStatusUpdater::UpdateAppIconDownloadProgress(
|
| ::GetProcAddress(metro, "DisplayNotification"));
|
| DCHECK(display_notification);
|
| if (display_notification) {
|
| - string16 title = l10n_util::GetStringUTF16(
|
| + base::string16 title = l10n_util::GetStringUTF16(
|
| IDS_METRO_DOWNLOAD_COMPLETE_NOTIFICATION_TITLE);
|
| - string16 body = l10n_util::GetStringUTF16(
|
| + base::string16 body = l10n_util::GetStringUTF16(
|
| IDS_METRO_DOWNLOAD_COMPLETE_NOTIFICATION);
|
|
|
| // Dummy notification id. Every metro style notification needs a
|
|
|