Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Unified Diff: components/signin/core/browser/account_tracker_service.h

Issue 1099383002: Change ScopedPtrHashMap's 2nd template parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/rappor/sampler.h ('k') | components/view_manager/animation_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/rappor/sampler.h ('k') | components/view_manager/animation_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698