| Index: net/tools/testserver/run_testserver.cc
|
| ===================================================================
|
| --- net/tools/testserver/run_testserver.cc (revision 154874)
|
| +++ net/tools/testserver/run_testserver.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
|
|
| // Launches the chromiumsync_test script, testing the --sync functionality.
|
| static bool RunSyncTest() {
|
| - if (!net::TestServer::SetPythonPathStatic()) {
|
| + if (!net::TestServer::SetPythonPath()) {
|
| LOG(ERROR) << "Error trying to set python path. Exiting.";
|
| return false;
|
| }
|
|
|