| Index: content/browser/media/cdm/browser_cdm_manager.h
|
| diff --git a/content/browser/media/cdm/browser_cdm_manager.h b/content/browser/media/cdm/browser_cdm_manager.h
|
| index e58d45930baa011bc1ddfaf5c1d564b1a223f6c9..57684da3db681067c2122d529e35115918103325 100644
|
| --- a/content/browser/media/cdm/browser_cdm_manager.h
|
| +++ b/content/browser/media/cdm/browser_cdm_manager.h
|
| @@ -31,8 +31,6 @@ class BrowserCdm;
|
|
|
| namespace content {
|
|
|
| -struct InitializeCdmParameters;
|
| -
|
| // This class manages all CDM objects. It receives control operations from the
|
| // the render process, and forwards them to corresponding CDM object. Callbacks
|
| // from CDM objects are converted to IPCs and then sent to the render process.
|
|
|