| Index: chrome/browser/sync/test/integration/sync_test.h
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
|
| index bc3d38565f69e740af206018e1cb4e6414e0ca79..8283636b2965d749cbe2d1f504bbb48ddfa43a02 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -18,7 +18,7 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/process_util.h"
|
| #include "net/base/mock_host_resolver.h"
|
| -#include "net/test/test_server.h"
|
| +#include "net/test/local_sync_test_server.h"
|
| #include "sync/protocol/sync_protocol_error.h"
|
| #include "sync/syncable/model_type.h"
|
|
|
| @@ -298,7 +298,7 @@ class SyncTest : public InProcessBrowserTest {
|
| void SetupMockGaiaResponses();
|
|
|
| // Test server of type sync, started on demand.
|
| - net::TestServer sync_server_;
|
| + net::LocalSyncTestServer sync_server_;
|
|
|
| // Helper class to whitelist the notification port.
|
| scoped_ptr<net::ScopedPortException> xmpp_port_;
|
|
|