summaryrefslogtreecommitdiffstats
path: root/net/test/python_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/test/python_utils.h')
-rw-r--r--net/test/python_utils.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/test/python_utils.h b/net/test/python_utils.h
index c7cf289..3077645 100644
--- a/net/test/python_utils.h
+++ b/net/test/python_utils.h
@@ -8,16 +8,19 @@
#include "base/compiler_specific.h"
class CommandLine;
+
+namespace base {
class FilePath;
+}
// This is the python path variable name.
extern const char kPythonPathEnv[];
// Appends the dir to python path environment variable.
-void AppendToPythonPath(const FilePath& dir);
+void AppendToPythonPath(const base::FilePath& dir);
// Return the location of the compiler-generated python protobuf.
-bool GetPyProtoPath(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;