| Index: shell/command_line_util_unittest.cc
|
| diff --git a/shell/command_line_util_unittest.cc b/shell/command_line_util_unittest.cc
|
| index d6761555a1b778ac8654d5505a8c122e3cb6845b..58d76494a01a209edfbb5c97a121d8084956ad67 100644
|
| --- a/shell/command_line_util_unittest.cc
|
| +++ b/shell/command_line_util_unittest.cc
|
| @@ -67,8 +67,6 @@ TEST(CommandLineUtil, GetAppURLAndArgs) {
|
| EXPECT_EQ(GURL(expectation.url), result);
|
| std::vector<std::string> expected_args;
|
| if (expectation.values) {
|
| - if (*expectation.values)
|
| - expected_args.push_back(expectation.url);
|
| for (const char** value = expectation.values; *value; ++value)
|
| expected_args.push_back(*value);
|
| }
|
|
|