| Index: media/cdm/cdm_paths.h
 | 
| diff --git a/media/cdm/cdm_paths.h b/media/cdm/cdm_paths.h
 | 
| index 8ae6fe05b41f93393a6720303826a21153cf1450..60607293629e84cd925b0f2b687997b8fe3d17b5 100644
 | 
| --- a/media/cdm/cdm_paths.h
 | 
| +++ b/media/cdm/cdm_paths.h
 | 
| @@ -14,6 +14,9 @@ namespace media {
 | 
|  // Name of the ClearKey CDM library.
 | 
|  extern const char kClearKeyCdmLibraryName[];
 | 
|  
 | 
| +// Platform-specific filename relative to kClearKeyCdmBaseDirectory.
 | 
| +extern const char kClearKeyCdmAdapterFileName[];
 | 
| +
 | 
|  // Returns the path of a CDM relative to DIR_COMPONENTS.
 | 
|  // On platforms where a platform specific path is used, returns
 | 
|  //   |cdm_base_path|/_platform_specific/<platform>_<arch>
 | 
| 
 |