| Index: net/test/test_server.cc
|
| diff --git a/net/test/test_server.cc b/net/test/test_server.cc
|
| index 397b0bc975a0c348647fa3cde430dd2b6d57fc9a..4aee7d6b4b2aca9020a0fc9994a20fc413813a27 100644
|
| --- a/net/test/test_server.cc
|
| +++ b/net/test/test_server.cc
|
| @@ -315,10 +315,7 @@ bool TestServer::SetPythonPath() {
|
| }
|
|
|
| AppendToPythonPath(pyproto_dir);
|
| - AppendToPythonPath(pyproto_dir.AppendASCII("chrome")
|
| - .AppendASCII("browser")
|
| - .AppendASCII("sync")
|
| - .AppendASCII("protocol"));
|
| + AppendToPythonPath(pyproto_dir.AppendASCII("sync").AppendASCII("protocol"));
|
| AppendToPythonPath(pyproto_dir.AppendASCII("chrome")
|
| .AppendASCII("browser")
|
| .AppendASCII("policy")
|
|
|