| Index: net/test/python_utils.h
|
| diff --git a/net/test/python_utils.h b/net/test/python_utils.h
|
| index 30776456503f7bec8d96ae48bd641f0fcd020ac3..ca06021b7291b7cda6b151f71013aace3cfb35f3 100644
|
| --- a/net/test/python_utils.h
|
| +++ b/net/test/python_utils.h
|
| @@ -7,9 +7,8 @@
|
|
|
| #include "base/compiler_specific.h"
|
|
|
| -class CommandLine;
|
| -
|
| namespace base {
|
| +class CommandLine;
|
| class FilePath;
|
| }
|
|
|
| @@ -23,6 +22,6 @@ void AppendToPythonPath(const base::FilePath& dir);
|
| bool GetPyProtoPath(base::FilePath* dir);
|
|
|
| // Returns the command that should be used to launch Python.
|
| -bool GetPythonCommand(CommandLine* python_cmd) WARN_UNUSED_RESULT;
|
| +bool GetPythonCommand(base::CommandLine* python_cmd) WARN_UNUSED_RESULT;
|
|
|
| #endif // NET_TEST_PYTHON_UTILS_H_
|
|
|