| Index: chrome/browser/ui/passwords/account_avatar_fetcher.h
|
| diff --git a/chrome/browser/ui/passwords/account_avatar_fetcher.h b/chrome/browser/ui/passwords/account_avatar_fetcher.h
|
| index 09b7f4097f46261c10c184efba6d4bd0905cde2f..3431a4fa5cec6c930cc60e1b850dd4ce3578fbc6 100644
|
| --- a/chrome/browser/ui/passwords/account_avatar_fetcher.h
|
| +++ b/chrome/browser/ui/passwords/account_avatar_fetcher.h
|
| @@ -39,7 +39,7 @@ class AccountAvatarFetcher : public chrome::BitmapFetcherDelegate {
|
| // chrome::BitmapFetcherDelegate:
|
| void OnFetchComplete(const GURL& url, const SkBitmap* bitmap) override;
|
|
|
| - chrome::BitmapFetcher fetcher_;
|
| + std::unique_ptr<chrome::BitmapFetcher> fetcher_;
|
| base::WeakPtr<AccountAvatarFetcherDelegate> delegate_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AccountAvatarFetcher);
|
|
|