Chromium Code Reviews| Index: net/test/python_utils_unittest.cc |
| =================================================================== |
| --- net/test/python_utils_unittest.cc (revision 272613) |
| +++ net/test/python_utils_unittest.cc (working copy) |
| @@ -45,7 +45,7 @@ |
| } |
| TEST(PythonUtils, PythonRunTime) { |
| - CommandLine cmd_line(CommandLine::NO_PROGRAM); |
| + base::CommandLine cmd_line(base::CommandLine::NO_PROGRAM); |
| EXPECT_TRUE(GetPythonCommand(&cmd_line)); |
| // Run a python command to print a string and make sure the output is what |