| Index: chrome/test/chromedriver/keycode_text_conversion_mac.mm
|
| diff --git a/chrome/test/chromedriver/keycode_text_conversion_mac.mm b/chrome/test/chromedriver/keycode_text_conversion_mac.mm
|
| index 4b02ace2be15afc2d800091a071381c73fec16ca..d83df65729962178074b30676d148b294ebc3a10 100644
|
| --- a/chrome/test/chromedriver/keycode_text_conversion_mac.mm
|
| +++ b/chrome/test/chromedriver/keycode_text_conversion_mac.mm
|
| @@ -44,7 +44,7 @@ bool ConvertKeyCodeToText(
|
| // on UCKeyTranslate for more info.
|
| UInt32 modifier_key_state = (mac_modifiers >> 8) & 0xFF;
|
|
|
| - base::mac::ScopedCFTypeRef<TISInputSourceRef> input_source_copy(
|
| + base::ScopedCFTypeRef<TISInputSourceRef> input_source_copy(
|
| TISCopyCurrentKeyboardLayoutInputSource());
|
| CFDataRef layout_data = static_cast<CFDataRef>(TISGetInputSourceProperty(
|
| input_source_copy, kTISPropertyUnicodeKeyLayoutData));
|
|
|