From 928fb58bd99536f16df3739329cbade0853b3309 Mon Sep 17 00:00:00 2001 From: "darin@google.com" Date: Mon, 11 Aug 2008 15:40:23 +0000 Subject: Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory. I'm making this change because proxy resolution is really not specific to the HTTP protocol. We need to use the proxy service in our FTP implementation, for example. I made a separate directory instead of just putting these in base, because I anticipate more files once we have our own PAC implementation. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@651 0039d316-1c4b-4281-b951-d872f2087c98 --- net/build/net_unittests.vcproj | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'net/build/net_unittests.vcproj') diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index 3426bf0..1619e5c 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -243,10 +243,6 @@ > - - @@ -375,6 +371,14 @@ > + + + + -- cgit v1.1