Index: chrome/browser/ui/webui/ntp/android/promo_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/android/promo_handler.cc b/chrome/browser/ui/webui/ntp/android/promo_handler.cc |
index 58d7e891485e0198ae4206fe227089daf904a427..8f9f03fb14e36b674cd7aafd253b4f7cf2325349 100644 |
--- a/chrome/browser/ui/webui/ntp/android/promo_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/android/promo_handler.cc |
@@ -211,7 +211,7 @@ void PromoHandler::HandleGetPromotions(const base::ListValue* /*args*/) { |
void PromoHandler::HandleRecordImpression(const base::ListValue* args) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
DCHECK(args && !args->empty()); |
- RecordPromotionImpression(UTF16ToASCII(ExtractStringValue(args))); |
+ RecordPromotionImpression(base::UTF16ToASCII(ExtractStringValue(args))); |
} |
void PromoHandler::InjectPromoDecorations() { |