| Index: media/base/key_systems.h
|
| diff --git a/media/base/key_systems.h b/media/base/key_systems.h
|
| index d7dee417553c9e72efa3019c222a35e65aa1f3f5..9aa82d9fd563a861368317abe7263292b2cf2576 100644
|
| --- a/media/base/key_systems.h
|
| +++ b/media/base/key_systems.h
|
| @@ -24,7 +24,7 @@ namespace media {
|
| // |key_system| to every method. http://crbug.com/457438
|
| class MEDIA_EXPORT KeySystems {
|
| public:
|
| - static KeySystems& GetInstance();
|
| + static KeySystems* GetInstance();
|
|
|
| // Returns whether |key_system| is a supported key system.
|
| virtual bool IsSupportedKeySystem(const std::string& key_system) const = 0;
|
|
|