| Index: chrome/test/chromedriver/test_util.cc
|
| diff --git a/chrome/test/chromedriver/test_util.cc b/chrome/test/chromedriver/test_util.cc
|
| index a2061e6b1d5c67b1e4b07338f91d8cab9227822d..2e90b917a4fedf6b379d68a0f30b4f55e5550139 100644
|
| --- a/chrome/test/chromedriver/test_util.cc
|
| +++ b/chrome/test/chromedriver/test_util.cc
|
| @@ -30,7 +30,7 @@ RestoreKeyboardLayoutOnDestruct::~RestoreKeyboardLayoutOnDestruct() {
|
| #if defined(OS_WIN)
|
| bool SwitchKeyboardLayout(const std::string& input_locale_identifier) {
|
| HKL layout = LoadKeyboardLayout(
|
| - UTF8ToWide(input_locale_identifier).c_str(), 0);
|
| + base::UTF8ToWide(input_locale_identifier).c_str(), 0);
|
| if (!layout)
|
| return false;
|
| return !!ActivateKeyboardLayout(layout, 0);
|
|
|