| Index: net/test/spawned_test_server/spawner_communicator.cc
|
| diff --git a/net/test/spawned_test_server/spawner_communicator.cc b/net/test/spawned_test_server/spawner_communicator.cc
|
| index f93ff971d6fb9570ebf5d5fae91c32af6dc21455..feb63403ed590a8fd8efd0fa98cce00a0305cdcb 100644
|
| --- a/net/test/spawned_test_server/spawner_communicator.cc
|
| +++ b/net/test/spawned_test_server/spawner_communicator.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/values.h"
|
| #include "build/build_config.h"
|
| #include "net/base/net_util.h"
|
| +#include "net/base/request_priority.h"
|
| #include "net/base/upload_bytes_element_reader.h"
|
| #include "net/base/upload_data_stream.h"
|
| #include "net/http/http_response_headers.h"
|
| @@ -172,7 +173,7 @@ void SpawnerCommunicator::SendCommandAndWaitForResultOnIOThread(
|
| DCHECK(!cur_request_.get());
|
| context_.reset(new TestURLRequestContext);
|
| cur_request_.reset(context_->CreateRequest(
|
| - GenerateSpawnerCommandURL(command, port_), this));
|
| + GenerateSpawnerCommandURL(command, port_), DEFAULT_PRIORITY, this));
|
| DCHECK(cur_request_.get());
|
| int current_request_id = ++next_id_;
|
| SpawnerRequestData* data = new SpawnerRequestData(current_request_id,
|
|
|