Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
index 9fa4b56a5eec9ed31cee758c448863973f81fb1e..f8974698602b13feadeb64794355094894bd1c81 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
@@ -764,7 +764,7 @@ void LocationBarViewMac::UpdateTranslateDecoration() { |
WebContents* web_contents = GetWebContents(); |
if (!web_contents) |
return; |
- LanguageState& language_state = |
+ translate::LanguageState& language_state = |
ChromeTranslateClient::FromWebContents(web_contents)->GetLanguageState(); |
bool enabled = language_state.translate_enabled(); |
command_updater()->UpdateCommandEnabled(IDC_TRANSLATE_PAGE, enabled); |