diff options
Diffstat (limited to 'net/ftp')
-rw-r--r-- | net/ftp/ftp_auth_cache.cc | 1 | ||||
-rw-r--r-- | net/ftp/ftp_auth_cache.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/ftp/ftp_auth_cache.cc b/net/ftp/ftp_auth_cache.cc index 8f1d18a..007f167 100644 --- a/net/ftp/ftp_auth_cache.cc +++ b/net/ftp/ftp_auth_cache.cc @@ -32,4 +32,3 @@ FtpAuthCache::AuthCacheKey FtpAuthCache::MakeKey(const GURL& origin) { } } // namespace net - diff --git a/net/ftp/ftp_auth_cache.h b/net/ftp/ftp_auth_cache.h index 752842c..1bde911 100644 --- a/net/ftp/ftp_auth_cache.h +++ b/net/ftp/ftp_auth_cache.h @@ -55,4 +55,3 @@ class FtpAuthCache { } // namespace net #endif // NET_FTP_FTP_AUTH_CACHE_H_ - |