media: Use LazyInstance::Leaky where possible.
commit0290746d99bf50fa3fbcb8be2d3a389d18f16bc1
authorxhwang <xhwang@chromium.org>
Wed, 6 May 2015 01:12:59 +0000 (5 18:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 6 May 2015 01:13:31 +0000 (6 01:13 +0000)
tree4631d49a6a8eba6271d54b564ac78bd11a016ba1
parentb7edbab518167dd1894aa2e34f57fc3149c06bf7
media: Use LazyInstance::Leaky where possible.

See
https://www.chromium.org/developers/coding-style/important-abstractions-and-data-structures#TOC-Singleton-base::LazyInstance

Since we don't do any work in the destructor, we should just leak these objects.

R=dalecurtis

Review URL: https://codereview.chromium.org/1123773003

Cr-Commit-Position: refs/heads/master@{#328457}
content/browser/media/cdm/browser_cdm_manager.cc
content/renderer/media/render_media_client.cc
media/base/key_systems.cc