| Index: components/autofill/content/browser/risk/fingerprint.cc
|
| diff --git a/components/autofill/content/browser/risk/fingerprint.cc b/components/autofill/content/browser/risk/fingerprint.cc
|
| index dfee9b5e76443ed621c07548b3ec56927d39b8d7..00079656d286443961946d2843d8159a384b7b82 100644
|
| --- a/components/autofill/content/browser/risk/fingerprint.cc
|
| +++ b/components/autofill/content/browser/risk/fingerprint.cc
|
| @@ -237,7 +237,7 @@ class FingerprintDataLoader : public content::GpuDataManagerObserver {
|
|
|
| // Timer to enforce a maximum timeout before the |callback_| is called, even
|
| // if not all asynchronous data has been loaded.
|
| - base::OneShotTimer<FingerprintDataLoader> timeout_timer_;
|
| + base::OneShotTimer timeout_timer_;
|
|
|
| // The callback that will be called once all the data is available.
|
| base::Callback<void(scoped_ptr<Fingerprint>)> callback_;
|
|
|