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_; |
}; |