| Index: content/shell/renderer/shell_media_stream_client.cc
|
| diff --git a/content/shell/renderer/shell_media_stream_client.cc b/content/shell/renderer/shell_media_stream_client.cc
|
| index 48580a6d6901583152568fb575165324408f3e36..092cbecf92b8ee07329e44f8c4d3b799fd6c25f6 100644
|
| --- a/content/shell/renderer/shell_media_stream_client.cc
|
| +++ b/content/shell/renderer/shell_media_stream_client.cc
|
| @@ -5,11 +5,11 @@
|
| #include "content/shell/renderer/shell_media_stream_client.h"
|
|
|
| #include "content/shell/renderer/shell_video_frame_provider.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "third_party/WebKit/public/platform/WebMediaStream.h"
|
| #include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
|
| #include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "third_party/WebKit/public/web/WebMediaStreamRegistry.h"
|
| +#include "url/gurl.h"
|
| #include "webkit/renderer/media/media_stream_audio_renderer.h"
|
|
|
| using namespace WebKit;
|
|
|