| Index: content/renderer/media/media_stream_client.h
 | 
| diff --git a/webkit/renderer/media/media_stream_client.h b/content/renderer/media/media_stream_client.h
 | 
| similarity index 76%
 | 
| rename from webkit/renderer/media/media_stream_client.h
 | 
| rename to content/renderer/media/media_stream_client.h
 | 
| index 97a19d7ad705a8269f53a73000e7959c3d775db3..71b90424dded072483af50cde58bd3ca7f1fef93 100644
 | 
| --- a/webkit/renderer/media/media_stream_client.h
 | 
| +++ b/content/renderer/media/media_stream_client.h
 | 
| @@ -2,16 +2,16 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
 | 
| -#define WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
 | 
| +#ifndef CONTENT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
 | 
| +#define CONTENT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
 | 
|  
 | 
|  #include "base/callback.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
| -#include "webkit/renderer/media/video_frame_provider.h"
 | 
| +#include "content/renderer/media/video_frame_provider.h"
 | 
|  
 | 
|  class GURL;
 | 
|  
 | 
| -namespace webkit_media {
 | 
| +namespace content {
 | 
|  
 | 
|  class MediaStreamAudioRenderer;
 | 
|  
 | 
| @@ -34,6 +34,6 @@ class MediaStreamClient {
 | 
|    virtual ~MediaStreamClient() {}
 | 
|  };
 | 
|  
 | 
| -}  // namespace webkit_media
 | 
| +}  // namespace content
 | 
|  
 | 
| -#endif  // WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
 | 
| +#endif  // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
 | 
| 
 |