From e1acf6f902e50222baf99bfb492ecc38a1604975 Mon Sep 17 00:00:00 2001 From: "dsh@google.com" Date: Mon, 27 Oct 2008 20:43:33 +0000 Subject: Move Time, TimeDelta and TimeTicks into namespace base. Review URL: http://codereview.chromium.org/7995 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4022 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/sdch_manager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/base/sdch_manager.h') diff --git a/net/base/sdch_manager.h b/net/base/sdch_manager.h index 3aa6884..69055f1 100644 --- a/net/base/sdch_manager.h +++ b/net/base/sdch_manager.h @@ -110,7 +110,7 @@ class SdchManager { Dictionary(const std::string& dictionary_text, size_t offset, const std::string& client_hash, const GURL& url, const std::string& domain, const std::string& path, - const Time& expiration, const std::set ports); + const base::Time& expiration, const std::set ports); const GURL& url() const { return url_; } const std::string& client_hash() const { return client_hash_; } @@ -152,7 +152,7 @@ class SdchManager { // of the dictionary. The following are the known headers. const std::string domain_; const std::string path_; - const Time expiration_; // Implied by max-age. + const base::Time expiration_; // Implied by max-age. const std::set ports_; DISALLOW_COPY_AND_ASSIGN(Dictionary); -- cgit v1.1