| Index: net/http/http_network_transaction_unittest.cc
|
| diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc
|
| index d5f0228d13d40c65c370d445c1c7c86a518c8f12..2efaf43734e3e3e758441e3895b279bd87143ce2 100644
|
| --- a/net/http/http_network_transaction_unittest.cc
|
| +++ b/net/http/http_network_transaction_unittest.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <math.h> // ceil
|
| #include "base/compiler_specific.h"
|
| #include "base/platform_test.h"
|
| #include "net/base/client_socket_factory.h"
|
|
|