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

Unified Diff: media/blink/webencryptedmediaclient_impl.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/key_systems_support_uma.h ('k') | media/cdm/aes_decryptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webencryptedmediaclient_impl.h
diff --git a/media/blink/webencryptedmediaclient_impl.h b/media/blink/webencryptedmediaclient_impl.h
index 3bc97ec3bf68c16689c7274d95db6bc83e590430..5a1f3e4a040817b7ccdb8835be21ad466e0cc648 100644
--- a/media/blink/webencryptedmediaclient_impl.h
+++ b/media/blink/webencryptedmediaclient_impl.h
@@ -69,7 +69,7 @@ class MEDIA_EXPORT WebEncryptedMediaClientImpl
Reporter* GetReporter(const blink::WebString& key_system);
// Reporter singletons.
- base::ScopedPtrHashMap<std::string, Reporter> reporters_;
+ base::ScopedPtrHashMap<std::string, scoped_ptr<Reporter>> reporters_;
CdmFactory* cdm_factory_;
KeySystemConfigSelector key_system_config_selector_;
« no previous file with comments | « media/base/key_systems_support_uma.h ('k') | media/cdm/aes_decryptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698