| Index: ios/chrome/browser/interstitials/ios_chrome_controller_client.h
|
| diff --git a/ios/chrome/browser/interstitials/ios_chrome_controller_client.h b/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
|
| index f92aa7f8ca332c8237dd2f026beec75fe150b4ef..111d9eee851c9bc9a63438d428a7f6f82d5725a7 100644
|
| --- a/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
|
| +++ b/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
|
| @@ -41,9 +41,9 @@ class IOSChromeControllerClient
|
| void Proceed() override;
|
| void Reload() override;
|
| void OpenUrlInCurrentTab(const GURL& url) override;
|
| - const std::string& GetApplicationLocale() override;
|
| + const std::string& GetApplicationLocale() const override;
|
| PrefService* GetPrefService() override;
|
| - const std::string GetExtendedReportingPrefName() override;
|
| + const std::string GetExtendedReportingPrefName() const override;
|
|
|
| web::WebState* web_state_;
|
| web::WebInterstitial* web_interstitial_;
|
|
|