Commit 294cf473 authored by sandersd's avatar sandersd Committed by Commit bot

Remove incorrect forward declaration.

BUG=467779

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

Cr-Commit-Position: refs/heads/master@{#330151}
parent 4590f922
...@@ -31,8 +31,6 @@ class BrowserCdm; ...@@ -31,8 +31,6 @@ class BrowserCdm;
namespace content { namespace content {
struct InitializeCdmParameters;
// This class manages all CDM objects. It receives control operations from the // This class manages all CDM objects. It receives control operations from the
// the render process, and forwards them to corresponding CDM object. Callbacks // 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. // from CDM objects are converted to IPCs and then sent to the render process.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment