Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: net/base/sdch_manager.h

Issue 7995: Move Time, TimeDelta and TimeTicks into namespace base. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« base/waitable_event.h ('K') | « net/base/net_util.cc ('k') | net/base/sdch_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698