Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: net/test/python_utils.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/system/embedder/platform_channel_pair.h ('k') | net/test/spawned_test_server/local_test_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/system/embedder/platform_channel_pair.h ('k') | net/test/spawned_test_server/local_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698