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

Unified Diff: media/base/key_systems_support_uma.h

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 | « media/base/cdm_promise_adapter.h ('k') | media/blink/webencryptedmediaclient_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/key_systems_support_uma.h
diff --git a/media/base/key_systems_support_uma.h b/media/base/key_systems_support_uma.h
index 9537cb7d41b74911cc867dabbc0347b59a6debd6..28f334db9955e5555259f3cdbc42fa60dd08a846 100644
--- a/media/base/key_systems_support_uma.h
+++ b/media/base/key_systems_support_uma.h
@@ -48,7 +48,7 @@ class KeySystemsSupportUMA {
Reporter* GetReporter(const std::string& key_system);
// Key system <-> Reporter map.
- typedef base::ScopedPtrHashMap<std::string, Reporter> Reporters;
+ typedef base::ScopedPtrHashMap<std::string, scoped_ptr<Reporter>> Reporters;
Reporters reporters_;
};
« no previous file with comments | « media/base/cdm_promise_adapter.h ('k') | media/blink/webencryptedmediaclient_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698