| 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 7cb00dfdeb6325eaa1949383cf0bd3d11bf9dd77..3feef8099865e618d042dbf3641aac689b4851ac 100644
|
| --- a/webkit/tools/test_shell/test_shell_main.cc
|
| +++ b/webkit/tools/test_shell/test_shell_main.cc
|
| @@ -241,7 +241,7 @@ int main(int argc, char* argv[]) {
|
| starting_url = net::FilePathToFileURL(path);
|
|
|
| const std::vector<CommandLine::StringType>& args = parsed_command_line.args();
|
| - if (args.size() > 0) {
|
| + if (!args.empty()) {
|
| GURL url(args[0]);
|
| if (url.is_valid()) {
|
| starting_url = url;
|
|
|