From 016e1ae50526c1795f74cbb0f660ad90d1e00413 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Wed, 5 Nov 2008 01:41:22 +0000 Subject: Wrap forward declarations in their relevant namespace Forward declarations can't simply use "class $namespace::$class;" syntax. Instead one needs to use "namespace $namespace { class $class; }" syntax. Review URL: http://codereview.chromium.org/8722 Patch from James Vega. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4723 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/http_network_transaction_unittest.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'net') diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc index c362e04..389fdb6 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 // ceil #include "base/compiler_specific.h" #include "base/platform_test.h" #include "net/base/client_socket_factory.h" -- cgit v1.1