diff options
Diffstat (limited to 'chrome/browser/resource_dispatcher_host.cc')
-rw-r--r-- | chrome/browser/resource_dispatcher_host.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/resource_dispatcher_host.cc b/chrome/browser/resource_dispatcher_host.cc index 85a0fb8..edc9aca 100644 --- a/chrome/browser/resource_dispatcher_host.cc +++ b/chrome/browser/resource_dispatcher_host.cc @@ -50,6 +50,10 @@ # define RESOURCE_LOG(stuff) #endif +using base::Time; +using base::TimeDelta; +using base::TimeTicks; + // ---------------------------------------------------------------------------- // The interval for calls to ResourceDispatcherHost::UpdateLoadStates |