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

Unified Diff: chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h

Issue 2403773002: Remove stl_util's STLDeleteContainerPointers from autofill. (Closed)
Patch Set: rebase Created 4 years, 2 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
Index: chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h
diff --git a/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h b/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h
index 39768ba1364636879ba74f0c5f16d0eb3c61cbe0..119b5e76b49839354d208d424af05390b93ce8d7 100644
--- a/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h
+++ b/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h
@@ -113,8 +113,9 @@ class MutableProfileOAuth2TokenServiceDelegate
ShutdownService);
// WebDataServiceConsumer implementation:
- void OnWebDataServiceRequestDone(WebDataServiceBase::Handle handle,
- const WDTypedResult* result) override;
+ void OnWebDataServiceRequestDone(
+ WebDataServiceBase::Handle handle,
+ std::unique_ptr<WDTypedResult> result) override;
// Loads credentials into in memory stucture.
void LoadAllCredentialsIntoMemory(

Powered by Google App Engine
This is Rietveld 408576698