Index: chrome/test/chromedriver/test_util.cc |
=================================================================== |
--- chrome/test/chromedriver/test_util.cc (revision 184354) |
+++ chrome/test/chromedriver/test_util.cc (working copy) |
@@ -30,7 +30,7 @@ |
#if defined(OS_WIN) |
bool SwitchKeyboardLayout(const std::string& input_locale_identifier) { |
HKL layout = LoadKeyboardLayout( |
- base::UTF8ToWide(input_locale_identifier).c_str(), 0); |
+ UTF8ToWide(input_locale_identifier).c_str(), 0); |
if (!layout) |
return false; |
return !!ActivateKeyboardLayout(layout, 0); |