Index: components/signin/core/browser/account_tracker_service.h |
diff --git a/components/signin/core/browser/account_tracker_service.h b/components/signin/core/browser/account_tracker_service.h |
index a32b766394a5af373c73aea4f69b987a52752638..f1075472a1f8a7a7526b5886355065c98415c3dd 100644 |
--- a/components/signin/core/browser/account_tracker_service.h |
+++ b/components/signin/core/browser/account_tracker_service.h |
@@ -176,7 +176,7 @@ class AccountTrackerService : public KeyedService, |
std::list<std::string> pending_user_info_fetches_; |
// Holds references to refresh token annotation requests keyed by account_id. |
- base::ScopedPtrHashMap<std::string, RefreshTokenAnnotationRequest> |
+ base::ScopedPtrHashMap<std::string, scoped_ptr<RefreshTokenAnnotationRequest>> |
refresh_token_annotation_requests_; |
DISALLOW_COPY_AND_ASSIGN(AccountTrackerService); |