commit | 66a47f78884a032b179ab09fc1edd5c7c7897d97 | [log] [tgz] |
---|---|---|
author | Tanmoy Mollik <[email protected]> | Mon May 20 15:05:18 2019 |
committer | Commit Bot <[email protected]> | Mon May 20 15:05:18 2019 |
tree | 8e803d80b6ff06408add1043ac45dc8692ff8536 | |
parent | 204103d6056bd51869f55ecb499b75ac00aab3e0 [diff] [blame] |
Changing IdentityManager::Observer and its subclasses to use CoreAccountId This cl is part of the effort to use CoreAccountId instead of std::string to denote account_id. Bug: 959157 Change-Id: I0fd318d8034fb1294336f7534eb672fd1faeb084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611996 Reviewed-by: Mihai Sardarescu <[email protected]> Reviewed-by: Sylvain Defresne <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Commit-Queue: Tanmoy Mollik <[email protected]> Cr-Commit-Position: refs/heads/master@{#661344}
diff --git a/components/invalidation/impl/profile_identity_provider.cc b/components/invalidation/impl/profile_identity_provider.cc index 2bda764..ff26ade 100644 --- a/components/invalidation/impl/profile_identity_provider.cc +++ b/components/invalidation/impl/profile_identity_provider.cc
@@ -116,7 +116,7 @@ } void ProfileIdentityProvider::OnRefreshTokenRemovedForAccount( - const std::string& account_id) { + const CoreAccountId& account_id) { ProcessRefreshTokenRemovalForAccount(account_id); }