| Index: chrome/browser/chromeos/status/data_promo_notification.cc
|
| diff --git a/chrome/browser/chromeos/status/data_promo_notification.cc b/chrome/browser/chromeos/status/data_promo_notification.cc
|
| index c77462943bba401cb24f74696edfe154aa8b7897..c9955e16375d960c0982695cd740e4d6bdee7e52 100644
|
| --- a/chrome/browser/chromeos/status/data_promo_notification.cc
|
| +++ b/chrome/browser/chromeos/status/data_promo_notification.cc
|
| @@ -187,7 +187,7 @@ void DataPromoNotification::ShowOptionalMobileDataPromoNotification() {
|
| if (carrier)
|
| deal = GetCarrierDeal(carrier);
|
|
|
| - string16 message = l10n_util::GetStringUTF16(IDS_3G_NOTIFICATION_MESSAGE);
|
| + base::string16 message = l10n_util::GetStringUTF16(IDS_3G_NOTIFICATION_MESSAGE);
|
| std::string info_url;
|
| if (deal) {
|
| carrier_deal_promo_pref = GetCarrierDealPromoShown();
|
|
|