| Index: chrome/browser/renderer_host/safe_browsing_resource_throttle.h
|
| diff --git a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
|
| index a7b5d2f6c016caf6f32c49a5f019b420753d60a0..14c6ac9ea872dbc4e40e5ade729391469e6babdf 100644
|
| --- a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
|
| +++ b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
|
| @@ -164,7 +164,7 @@ class SafeBrowsingResourceThrottle
|
| base::TimeTicks defer_start_time_;
|
|
|
| // Timer to abort the safe browsing check if it takes too long.
|
| - base::OneShotTimer<SafeBrowsingResourceThrottle> timer_;
|
| + base::OneShotTimer timer_;
|
|
|
| // The redirect chain for this resource
|
| std::vector<GURL> redirect_urls_;
|
|
|