| Index: media/mojo/interfaces/audio_parameters.mojom
 | 
| diff --git a/gpu/ipc/common/capabilities.mojom b/media/mojo/interfaces/audio_parameters.mojom
 | 
| similarity index 67%
 | 
| copy from gpu/ipc/common/capabilities.mojom
 | 
| copy to media/mojo/interfaces/audio_parameters.mojom
 | 
| index fd35409e940e193377d9411c182e99746220f2a7..077bf3e9dbf5a253a7b30d2dfb25cf9bd2f146be 100644
 | 
| --- a/gpu/ipc/common/capabilities.mojom
 | 
| +++ b/media/mojo/interfaces/audio_parameters.mojom
 | 
| @@ -2,7 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -module gpu.mojom;
 | 
| +module media.mojom;
 | 
|  
 | 
| +// Native struct media::AudioParameters;
 | 
|  [Native]
 | 
| -struct Capabilities;
 | 
| +struct AudioParameters;
 | 
| 
 |