Index: ios/chrome/browser/interstitials/ios_chrome_controller_client.mm |
diff --git a/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm b/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm |
index 1f5b8b2452a8ee1a973bdf68d69f896ac4f28311..2d5658a03e48369a388bfe8a521816778794e92d 100644 |
--- a/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm |
+++ b/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm |
@@ -63,7 +63,7 @@ void IOSChromeControllerClient::OpenUrlInCurrentTab(const GURL& url) { |
ui::PAGE_TRANSITION_LINK, false)); |
} |
-const std::string& IOSChromeControllerClient::GetApplicationLocale() { |
+const std::string& IOSChromeControllerClient::GetApplicationLocale() const { |
return GetApplicationContext()->GetApplicationLocale(); |
} |
@@ -73,6 +73,7 @@ PrefService* IOSChromeControllerClient::GetPrefService() { |
->GetPrefs(); |
} |
-const std::string IOSChromeControllerClient::GetExtendedReportingPrefName() { |
+const std::string IOSChromeControllerClient::GetExtendedReportingPrefName() |
+ const { |
return std::string(); |
} |