| Index: content/shell/browser/shell_browser_main.cc
|
| diff --git a/content/shell/browser/shell_browser_main.cc b/content/shell/browser/shell_browser_main.cc
|
| index ad2cbdaef9b96a753653e97248a44c068c25d59f..ca2cd820ca701e4a9aa72baa03c235dd395dd2f0 100644
|
| --- a/content/shell/browser/shell_browser_main.cc
|
| +++ b/content/shell/browser/shell_browser_main.cc
|
| @@ -99,7 +99,7 @@ bool GetNextTest(const CommandLine::StringVector& args,
|
| if (args[*position] == FILE_PATH_LITERAL("-"))
|
| return !!std::getline(std::cin, *test, '\n');
|
| #if defined(OS_WIN)
|
| - *test = WideToUTF8(args[(*position)++]);
|
| + *test = base::WideToUTF8(args[(*position)++]);
|
| #else
|
| *test = args[(*position)++];
|
| #endif
|
|
|