diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 08:33:37 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 08:33:37 +0000 |
commit | 0ef019673371131255ed10e4cfdc3acbdcf6a574 (patch) | |
tree | 86a76801006d6f7d05eaecda18dde550198bdc90 /chrome/common/net/gaia | |
parent | 1ed87435e93943ed20eb0bae2419ac150a015aa8 (diff) | |
download | chromium_src-0ef019673371131255ed10e4cfdc3acbdcf6a574.zip chromium_src-0ef019673371131255ed10e4cfdc3acbdcf6a574.tar.gz chromium_src-0ef019673371131255ed10e4cfdc3acbdcf6a574.tar.bz2 |
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7148006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/net/gaia')
-rw-r--r-- | chrome/common/net/gaia/gaia_auth_fetcher.cc | 2 | ||||
-rw-r--r-- | chrome/common/net/gaia/gaia_authenticator.cc | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/chrome/common/net/gaia/gaia_auth_fetcher.cc b/chrome/common/net/gaia/gaia_auth_fetcher.cc index 9493d0b..2f979f4 100644 --- a/chrome/common/net/gaia/gaia_auth_fetcher.cc +++ b/chrome/common/net/gaia/gaia_auth_fetcher.cc @@ -171,7 +171,6 @@ std::string GaiaAuthFetcher::MakeClientLoginBody( service, encoded_login_token.c_str(), encoded_login_captcha.c_str()); - } // static @@ -283,7 +282,6 @@ void GaiaAuthFetcher::StartClientLogin( void GaiaAuthFetcher::StartIssueAuthToken(const std::string& sid, const std::string& lsid, const char* const service) { - DCHECK(!fetch_pending_) << "Tried to fetch two things at once!"; VLOG(1) << "Starting IssueAuthToken for: " << service; diff --git a/chrome/common/net/gaia/gaia_authenticator.cc b/chrome/common/net/gaia/gaia_authenticator.cc index 1b4d1c1..54d13e0 100644 --- a/chrome/common/net/gaia/gaia_authenticator.cc +++ b/chrome/common/net/gaia/gaia_authenticator.cc @@ -395,5 +395,4 @@ bool GaiaAuthenticator::Authenticate(const string& user_name, empty); } -} // namepace gaia - +} // namespace gaia |