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

Unified Diff: components/policy/core/common/cloud/component_cloud_policy_service.cc

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/password_manager/core/browser/affiliation_backend.h ('k') | components/rappor/sampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/cloud/component_cloud_policy_service.cc
diff --git a/components/policy/core/common/cloud/component_cloud_policy_service.cc b/components/policy/core/common/cloud/component_cloud_policy_service.cc
index 56558f3b1b6301033beca2d09217bf5fd31bbb1c..2dfc613c40e3d698e20b08b542d0a6f5fae769cf 100644
--- a/components/policy/core/common/cloud/component_cloud_policy_service.cc
+++ b/components/policy/core/common/cloud/component_cloud_policy_service.cc
@@ -26,7 +26,8 @@
namespace em = enterprise_management;
-typedef base::ScopedPtrHashMap<policy::PolicyNamespace, em::PolicyFetchResponse>
+typedef base::ScopedPtrHashMap<policy::PolicyNamespace,
+ scoped_ptr<em::PolicyFetchResponse>>
ScopedResponseMap;
namespace policy {
« no previous file with comments | « components/password_manager/core/browser/affiliation_backend.h ('k') | components/rappor/sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698