| Index: extensions/browser/quota_service.h
|
| diff --git a/extensions/browser/quota_service.h b/extensions/browser/quota_service.h
|
| index ff985f44d28a53750e5631edb4082b92902d3384..46b64329460fbe0369bf6703e838813bd992970e 100644
|
| --- a/extensions/browser/quota_service.h
|
| +++ b/extensions/browser/quota_service.h
|
| @@ -69,7 +69,7 @@ class QuotaService : public base::NonThreadSafe {
|
| // while tracking quota.
|
| void Purge();
|
| void PurgeFunctionHeuristicsMap(FunctionHeuristicsMap* map);
|
| - base::RepeatingTimer<QuotaService> purge_timer_;
|
| + base::RepeatingTimer purge_timer_;
|
|
|
| // Our quota tracking state for extensions that have invoked quota limited
|
| // functions. Each extension is treated separately, so extension ids are the
|
|
|