Index: net/base/sdch_manager.h |
=================================================================== |
--- net/base/sdch_manager.h (revision 3954) |
+++ net/base/sdch_manager.h (working copy) |
@@ -111,7 +111,7 @@ |
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<int> ports); |
+ const base::Time& expiration, const std::set<int> ports); |
const GURL& url() const { return url_; } |
const std::string& client_hash() const { return client_hash_; } |
@@ -153,7 +153,7 @@ |
// 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<int> ports_; |
DISALLOW_COPY_AND_ASSIGN(Dictionary); |