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

Unified Diff: components/webdata/common/web_data_request_manager.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: components/webdata/common/web_data_request_manager.h
diff --git a/components/webdata/common/web_data_request_manager.h b/components/webdata/common/web_data_request_manager.h
index a61cea445b1caf1a24b5b342068f56b7593520ae..836c12e0d5ef280e7b7e218ed7bcba5f3bc6c6ba 100644
--- a/components/webdata/common/web_data_request_manager.h
+++ b/components/webdata/common/web_data_request_manager.h
@@ -127,8 +127,7 @@ class WebDataRequestManager
// Next handle to be used for requests. Incremented for each use.
WebDataServiceBase::Handle next_request_handle_;
- typedef std::map<WebDataServiceBase::Handle, WebDataRequest*> RequestMap;
- RequestMap pending_requests_;
+ std::map<WebDataServiceBase::Handle, WebDataRequest*> pending_requests_;
DISALLOW_COPY_AND_ASSIGN(WebDataRequestManager);
};
« no previous file with comments | « components/search_engines/template_url_service.cc ('k') | components/webdata/common/web_data_request_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698