| Index: chrome/test/webdriver/keycode_text_conversion_mac.mm
|
| diff --git a/chrome/test/webdriver/keycode_text_conversion_mac.mm b/chrome/test/webdriver/keycode_text_conversion_mac.mm
|
| index 7db3366b76f8d9f2682b15d014a751397472c572..aa2e424824f5f6f91fc170ec7e930ba033b5348f 100644
|
| --- a/chrome/test/webdriver/keycode_text_conversion_mac.mm
|
| +++ b/chrome/test/webdriver/keycode_text_conversion_mac.mm
|
| @@ -41,7 +41,7 @@ std::string ConvertKeyCodeToText(ui::KeyboardCode key_code, int modifiers) {
|
| // 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));
|
|
|