| Index: chrome/browser/extensions/api/dial/dial_registry.h
|
| diff --git a/chrome/browser/extensions/api/dial/dial_registry.h b/chrome/browser/extensions/api/dial/dial_registry.h
|
| index 83caa382a15ca60b4c4404de06fe06e1b22a7981..613fcd428db2dfa9953dc1ff7db8ca9e2418dc28 100644
|
| --- a/chrome/browser/extensions/api/dial/dial_registry.h
|
| +++ b/chrome/browser/extensions/api/dial/dial_registry.h
|
| @@ -166,7 +166,7 @@ class DialRegistry : public DialService::Observer,
|
| DeviceByLabelMap device_by_label_map_;
|
|
|
| // Timer used to manage periodic discovery requests.
|
| - base::RepeatingTimer<DialRegistry> repeating_timer_;
|
| + base::RepeatingTimer repeating_timer_;
|
|
|
| // Interface from which the DIAL API is notified of DIAL device events. the
|
| // DIAL API owns this DIAL registry.
|
|
|