diff options
Diffstat (limited to 'chrome/browser/resource_dispatcher_host.h')
-rw-r--r-- | chrome/browser/resource_dispatcher_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resource_dispatcher_host.h b/chrome/browser/resource_dispatcher_host.h index d77454c..3207965 100644 --- a/chrome/browser/resource_dispatcher_host.h +++ b/chrome/browser/resource_dispatcher_host.h @@ -178,7 +178,7 @@ class ResourceDispatcherHost : public URLRequest::Delegate { uint64 last_upload_position; - TimeTicks last_upload_ticks; + base::TimeTicks last_upload_ticks; bool waiting_for_upload_progress_ack; |