summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-12 13:21:13 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-12 13:21:13 +0000
commitd1cc428b90c80d06183bdd780853fc640abd3e7e (patch)
tree20bf317fe433235ef144d54b92b13871e890401a /net
parent0e25b15e6bf51ced4c0cc3d2c14122b38debc815 (diff)
downloadchromium_src-d1cc428b90c80d06183bdd780853fc640abd3e7e.zip
chromium_src-d1cc428b90c80d06183bdd780853fc640abd3e7e.tar.gz
chromium_src-d1cc428b90c80d06183bdd780853fc640abd3e7e.tar.bz2
Remove extraneous #include's from http_auth_controller.cc
BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6109009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/http/http_auth_handler.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/http/http_auth_handler.cc b/net/http/http_auth_handler.cc
index 130123b..997e574 100644
--- a/net/http/http_auth_handler.cc
+++ b/net/http/http_auth_handler.cc
@@ -5,8 +5,6 @@
#include "net/http/http_auth_handler.h"
#include "base/logging.h"
-#include "base/string_util.h"
-#include "base/stringprintf.h"
#include "net/base/net_errors.h"
namespace net {