Home
last modified time | relevance | path

Searched refs:kFourthArgName (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dcommand_line_unittest.cc195 static const char kFourthArgName[] = "nospace"; in TEST() local
202 cl.AppendArg(kFourthArgName); in TEST()
209 CommandLine::StringType expected_fourth_arg(UTF8ToUTF16(kFourthArgName)); in TEST()
215 CommandLine::StringType expected_fourth_arg(kFourthArgName); in TEST()