diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-03 00:00:59 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-03 00:00:59 +0000 |
commit | 095849737acfdca92b48a6ba78ae82afc35b761d (patch) | |
tree | f2223d68964628cac32753e55ed86c2ba5676a5a /net | |
parent | d532af52b04d66589eabc980f0d5c791d8351227 (diff) | |
download | chromium_src-095849737acfdca92b48a6ba78ae82afc35b761d.zip chromium_src-095849737acfdca92b48a6ba78ae82afc35b761d.tar.gz chromium_src-095849737acfdca92b48a6ba78ae82afc35b761d.tar.bz2 |
White space changes for grd revert
BUG=none
TEST=green tree
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/http/http_cache_transaction.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc index 6de8484..96a3622 100644 --- a/net/http/http_cache_transaction.cc +++ b/net/http/http_cache_transaction.cc @@ -176,7 +176,7 @@ int HttpCache::Transaction::Start(const HttpRequestInfo* request, next_state_ = STATE_GET_BACKEND; int rv = DoLoop(OK); - // Setting this here allows us to check for the existance of a callback_ to + // Setting this here allows us to check for the existence of a callback_ to // determine if we are still inside Start. if (rv == ERR_IO_PENDING) callback_ = callback; |