Index: net/test/test_server.cc |
diff --git a/net/test/test_server.cc b/net/test/test_server.cc |
index 07575a26ccd0e33e913f2f03bfb6cbb027f92fa8..329f99447436804d8c41d2203d8529c724666051 100644 |
--- a/net/test/test_server.cc |
+++ b/net/test/test_server.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -318,7 +318,10 @@ bool TestServer::SetPythonPath() { |
.AppendASCII("browser") |
.AppendASCII("sync") |
.AppendASCII("protocol")); |
- AppendToPythonPath(pyproto_dir.AppendASCII("device_management_pb")); |
+ AppendToPythonPath(pyproto_dir.AppendASCII("chrome") |
+ .AppendASCII("browser") |
+ .AppendASCII("policy") |
+ .AppendASCII("proto")); |
return true; |
} |