| Index: webkit/tools/test_shell/test_shell_main.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_main.cc b/webkit/tools/test_shell/test_shell_main.cc
|
| index e107b6aeb6debc13c1217f3509c3187f24429986..5d2efd2552d92ef7f7ecf60af5730018b9569a82 100644
|
| --- a/webkit/tools/test_shell/test_shell_main.cc
|
| +++ b/webkit/tools/test_shell/test_shell_main.cc
|
| @@ -235,7 +235,7 @@ int main(int argc, char* argv[]) {
|
| .AppendASCII("test_shell").AppendASCII("index.html");
|
| starting_url = net::FilePathToFileURL(path);
|
|
|
| - const std::vector<CommandLine::StringType>& args = parsed_command_line.args();
|
| + const CommandLine::StringVector& args = parsed_command_line.GetArgs();
|
| if (!args.empty()) {
|
| GURL url(args[0]);
|
| if (url.is_valid()) {
|
|
|