summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/test/test_server.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/test/test_server.cc b/net/test/test_server.cc
index 329f994..07575a26 100644
--- a/net/test/test_server.cc
+++ b/net/test/test_server.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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,10 +318,7 @@ bool TestServer::SetPythonPath() {
.AppendASCII("browser")
.AppendASCII("sync")
.AppendASCII("protocol"));
- AppendToPythonPath(pyproto_dir.AppendASCII("chrome")
- .AppendASCII("browser")
- .AppendASCII("policy")
- .AppendASCII("proto"));
+ AppendToPythonPath(pyproto_dir.AppendASCII("device_management_pb"));
return true;
}