Index: components/signin/core/browser/mutable_profile_oauth2_token_service.cc |
diff --git a/components/signin/core/browser/mutable_profile_oauth2_token_service.cc b/components/signin/core/browser/mutable_profile_oauth2_token_service.cc |
index 9f28f9aff6f7db31220c18374a26fde2eb61c918..7393418b1c01763575affc6bb3759113525e802d 100644 |
--- a/components/signin/core/browser/mutable_profile_oauth2_token_service.cc |
+++ b/components/signin/core/browser/mutable_profile_oauth2_token_service.cc |
@@ -4,7 +4,7 @@ |
#include "components/signin/core/browser/mutable_profile_oauth2_token_service.h" |
-#include "base/profiler/scoped_profile.h" |
+#include "base/profiler/scoped_tracker.h" |
#include "components/signin/core/browser/signin_client.h" |
#include "components/signin/core/browser/signin_metrics.h" |
#include "components/signin/core/browser/webdata/token_web_data.h" |
@@ -188,8 +188,8 @@ void MutableProfileOAuth2TokenService::LoadCredentials( |
void MutableProfileOAuth2TokenService::OnWebDataServiceRequestDone( |
WebDataServiceBase::Handle handle, |
const WDTypedResult* result) { |
- // TODO(vadimt): Remove ScopedProfile below once crbug.com/422460 is fixed. |
- tracked_objects::ScopedProfile tracking_profile( |
+ // TODO(vadimt): Remove ScopedTracker below once crbug.com/422460 is fixed. |
+ tracked_objects::ScopedTracker tracking_profile( |
FROM_HERE_WITH_EXPLICIT_FUNCTION( |
"422460 MutableProfileOAuth2Token...::OnWebDataServiceRequestDone")); |