| Index: chrome/browser/ui/navigation_correction_tab_observer.cc
|
| diff --git a/chrome/browser/ui/navigation_correction_tab_observer.cc b/chrome/browser/ui/navigation_correction_tab_observer.cc
|
| index 6ae211f7bc17caded8085c4dfa433d7af6e8c808..c9d563e84e4e4c02ac62c072624614341684bbc2 100644
|
| --- a/chrome/browser/ui/navigation_correction_tab_observer.cc
|
| +++ b/chrome/browser/ui/navigation_correction_tab_observer.cc
|
| @@ -5,6 +5,7 @@
|
| #include "chrome/browser/ui/navigation_correction_tab_observer.h"
|
|
|
| #include "base/prefs/pref_service.h"
|
| +#include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/google/google_profile_helper.h"
|
| #include "chrome/browser/google/google_url_tracker_factory.h"
|
| @@ -94,7 +95,7 @@ void NavigationCorrectionTabObserver::UpdateNavigationCorrectionInfo(
|
| rfh->Send(new ChromeViewMsg_SetNavigationCorrectionInfo(
|
| rfh->GetRoutingID(),
|
| GetNavigationCorrectionURL(),
|
| - google_util::GetGoogleLocale(),
|
| + google_util::GetGoogleLocale(g_browser_process->GetApplicationLocale()),
|
| google_util::GetGoogleCountryCode(
|
| google_profile_helper::GetGoogleHomePageURL(profile_)),
|
| google_apis::GetAPIKey(),
|
|
|