| Index: components/translate/ios/browser/language_detection_controller.mm
|
| diff --git a/components/translate/ios/browser/language_detection_controller.mm b/components/translate/ios/browser/language_detection_controller.mm
|
| index 24d7a80061efbc5b94ddf55490abe4d7d7451aa2..69f37a52f812694fdd58f2b67882eefa233bbe05 100644
|
| --- a/components/translate/ios/browser/language_detection_controller.mm
|
| +++ b/components/translate/ios/browser/language_detection_controller.mm
|
| @@ -133,7 +133,7 @@ void LanguageDetectionController::PageLoaded(
|
| StartLanguageDetection();
|
| }
|
|
|
| -void LanguageDetectionController::URLHashChanged() {
|
| +void LanguageDetectionController::UrlHashChanged() {
|
| StartLanguageDetection();
|
| }
|
|
|
|
|