From ad74a59d383e658187ae48d084c7a65145d84449 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Fri, 21 Jan 2011 18:40:55 +0000 Subject: More net/ reordering. In addition to the normal method reordering, this patch also deinlines net/base/test_completion_callback.h and places the compiled code in the net_test_support target. Minimization of that header also required adding includes in a few unit tests. BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6341004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72162 0039d316-1c4b-4281-b951-d872f2087c98 --- net/test/test_server.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/test/test_server.h') diff --git a/net/test/test_server.h b/net/test/test_server.h index 6d93fc8..c83b284 100644 --- a/net/test/test_server.h +++ b/net/test/test_server.h @@ -35,6 +35,8 @@ class AddressList; // that can provide various responses useful for testing. class TestServer { public: + typedef std::pair StringPair; + enum Type { TYPE_FTP, TYPE_HTTP, @@ -126,7 +128,6 @@ class TestServer { const std::string& user, const std::string& password) const; - typedef std::pair StringPair; static bool GetFilePathWithReplacements( const std::string& original_path, const std::vector& text_to_replace, -- cgit v1.1