summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_factory.cc
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-12 18:06:39 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-12 18:06:39 +0000
commit7ace7fd078c4238f02281618225cbec0b6aacee0 (patch)
treee8187193548e48fd20bd429161e5e4387475edde /net/http/http_auth_handler_factory.cc
parent538f58d510c5118054e0377df2ba95c20e29d544 (diff)
downloadchromium_src-7ace7fd078c4238f02281618225cbec0b6aacee0.zip
chromium_src-7ace7fd078c4238f02281618225cbec0b6aacee0.tar.gz
chromium_src-7ace7fd078c4238f02281618225cbec0b6aacee0.tar.bz2
Fix miscellaneous cpplint nits.
R=rdsmith BUG=none TEST=no compilation errors Review URL: http://codereview.chromium.org/3685005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_auth_handler_factory.cc')
-rw-r--r--net/http/http_auth_handler_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_auth_handler_factory.cc b/net/http/http_auth_handler_factory.cc
index e2e3e6a..d001fd4 100644
--- a/net/http/http_auth_handler_factory.cc
+++ b/net/http/http_auth_handler_factory.cc
@@ -66,7 +66,7 @@ bool IsSupportedScheme(const std::vector<std::string>& supported_schemes,
return it != supported_schemes.end();
}
-}
+} // namespace
// static
HttpAuthHandlerRegistryFactory* HttpAuthHandlerRegistryFactory::Create(