| Index: content/browser/renderer_host/media/audio_renderer_host.h
 | 
| diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h
 | 
| index 4f2747be94790027c10675da740f38ef16530e7b..7252086657dc01d89cff53846874d7cf4201b9f0 100644
 | 
| --- a/content/browser/renderer_host/media/audio_renderer_host.h
 | 
| +++ b/content/browser/renderer_host/media/audio_renderer_host.h
 | 
| @@ -86,7 +86,7 @@ class CONTENT_EXPORT AudioRendererHost : public BrowserMessageFilter {
 | 
|                      AudioMirroringManager* mirroring_manager,
 | 
|                      MediaInternals* media_internals,
 | 
|                      MediaStreamManager* media_stream_manager,
 | 
| -                    const ResourceContext::SaltCallback& salt_callback);
 | 
| +                    const std::string& salt);
 | 
|  
 | 
|    // Calls |callback| with the list of AudioOutputControllers for this object.
 | 
|    void GetOutputControllers(
 | 
| @@ -255,7 +255,7 @@ class CONTENT_EXPORT AudioRendererHost : public BrowserMessageFilter {
 | 
|    base::AtomicRefCount num_playing_streams_;
 | 
|  
 | 
|    // Salt required to translate renderer device IDs to raw device unique IDs
 | 
| -  ResourceContext::SaltCallback salt_callback_;
 | 
| +  std::string salt_;
 | 
|  
 | 
|    // Map of device authorizations for streams that are not yet created
 | 
|    // The key is the stream ID, and the value is a pair. The pair's first element
 | 
| 
 |