summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/geolocation_infobar_delegate_android.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/geolocation/geolocation_infobar_delegate_android.cc')
-rw-r--r--chrome/browser/geolocation/geolocation_infobar_delegate_android.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate_android.cc b/chrome/browser/geolocation/geolocation_infobar_delegate_android.cc
index 755d20f..9dae643 100644
--- a/chrome/browser/geolocation/geolocation_infobar_delegate_android.cc
+++ b/chrome/browser/geolocation/geolocation_infobar_delegate_android.cc
@@ -70,6 +70,7 @@ bool GeolocationInfoBarDelegateAndroid::Accept() {
base::string16 GeolocationInfoBarDelegateAndroid::GetButtonLabel(
InfoBarButton button) const {
return (button == BUTTON_OK) ?
- UTF8ToUTF16(google_location_settings_helper_->GetAcceptButtonLabel()) :
+ base::UTF8ToUTF16(
+ google_location_settings_helper_->GetAcceptButtonLabel()) :
l10n_util::GetStringUTF16(IDS_GEOLOCATION_DENY_BUTTON);
}