| Index: sync/test/local_sync_test_server.cc
|
| diff --git a/sync/test/local_sync_test_server.cc b/sync/test/local_sync_test_server.cc
|
| index a11234f340d0dfd1a87e55b7a124d8efe592809c..f8395b1a3ec56b370664dd2cc8ee68c63d5dae03 100644
|
| --- a/sync/test/local_sync_test_server.cc
|
| +++ b/sync/test/local_sync_test_server.cc
|
| @@ -16,13 +16,13 @@ namespace syncer {
|
| LocalSyncTestServer::LocalSyncTestServer()
|
| : LocalTestServer(net::TestServer::TYPE_HTTP, // Sync uses the HTTP scheme.
|
| net::TestServer::kLocalhost,
|
| - base::FilePath()),
|
| + GetSourcePath()),
|
| xmpp_port_(0) {}
|
|
|
| LocalSyncTestServer::LocalSyncTestServer(uint16 port, uint16 xmpp_port)
|
| : LocalTestServer(net::TestServer::TYPE_HTTP, // Sync uses the HTTP scheme.
|
| net::TestServer::kLocalhost,
|
| - base::FilePath()),
|
| + GetSourcePath()),
|
| xmpp_port_(xmpp_port) {
|
| SetPort(port);
|
| }
|
|
|