diff options
Diffstat (limited to 'chrome/browser/net/dns_host_info.cc')
-rw-r--r-- | chrome/browser/net/dns_host_info.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/net/dns_host_info.cc b/chrome/browser/net/dns_host_info.cc index 39dce74..777f72d 100644 --- a/chrome/browser/net/dns_host_info.cc +++ b/chrome/browser/net/dns_host_info.cc @@ -15,6 +15,10 @@ #include "base/logging.h" #include "base/string_util.h" +using base::Time; +using base::TimeDelta; +using base::TimeTicks; + namespace chrome_browser_net { static bool detailed_logging_enabled = false; |